#66A0F0
A light, vivid blue closely aligning with Cornflowerblue.
About #66A0F0
The hex code #66A0F0 represents a beautifully specific shade of blue. Designers often compare it to the standard color Cornflowerblue. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 160, and 240.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 57% cyan, 33% magenta, 0% yellow, and 6% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#66A0F0
RGB102, 160, 240
HSL214.8°, 82.1%, 67.1%
CMYK57%, 33%, 0%, 6%
HSV214.8°, 57.5%, 94.1%
LAB65.2, 4.3, -45.8
XYZ33.8, 34.3, 87.3
Decimal6725872
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.67:1
Text on #FFFFFF
FAIL
7.85:1
Text on #000000
AAA
2.56:1
Text on #F8FAFC
FAIL
6.67:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #66A0F0;
}
.text-color {
color: #66A0F0;
}
.border-color {
border: 2px solid #66A0F0;
}