#cfe6fe
a pale, electric blue · cool · closest name: lavender
RGB
207, 230, 254
HSL
211°, 96%, 90%
CMYK
19, 9, 0, 0
Luminance
0.7701
Every format
| HEX | #cfe6fe |
| RGB | rgb(207, 230, 254) |
| HSL | hsl(211, 96%, 90%) |
| CMYK | cmyk(19%, 9%, 0%, 0%) |
| LAB | lab(90.3 -2.7 -14.2) |
| LCH | lch(90.3 14.4 259.2) |
| OKLCH | oklch(0.915 0.041 249.4) |
Copy-ready code
/* CSS */
color: #cfe6fe;
background-color: #cfe6fe;
/* Tailwind (arbitrary) */
class="text-[#cfe6fe] bg-[#cfe6fe]"
/* SCSS */
$brand: #cfe6fe;
/* SwiftUI */
Color(red: 0.812, green: 0.902, blue: 0.996)
/* Android */
Color.parseColor("#cfe6fe")Accessibility — WCAG contrast
Aa
#cfe6fe on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfe6fe on black: 16.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green90.2%
Blue99.6%
CMYK percentages
Cyan18.5%
Magenta9.4%
Yellow0.0%
Key (black)0.4%
Color previews
#cfe6fe text on a black background
contrast 16.40:1
Card sample
#cfe6fe text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfe6fe;
Background color
Panel with #cfe6fe background
background-color: #cfe6fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfe6fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 230, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 230, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfe6fe; background: linear-gradient(135deg, #cfe6fe, #D7CFFE);