#cfe2fa
a pale, electric blue · cool · closest name: lavender
RGB
207, 226, 250
HSL
214°, 81%, 90%
CMYK
17, 10, 0, 2
Luminance
0.7456
Every format
| HEX | #cfe2fa |
| RGB | rgb(207, 226, 250) |
| HSL | hsl(214, 81%, 90%) |
| CMYK | cmyk(17%, 10%, 0%, 2%) |
| LAB | lab(89.2 -1.5 -13.8) |
| LCH | lch(89.2 13.8 263.9) |
| OKLCH | oklch(0.906 0.039 254.3) |
Copy-ready code
/* CSS */
color: #cfe2fa;
background-color: #cfe2fa;
/* Tailwind (arbitrary) */
class="text-[#cfe2fa] bg-[#cfe2fa]"
/* SCSS */
$brand: #cfe2fa;
/* SwiftUI */
Color(red: 0.812, green: 0.886, blue: 0.980)
/* Android */
Color.parseColor("#cfe2fa")Accessibility — WCAG contrast
Aa
#cfe2fa on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfe2fa on black: 15.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green88.6%
Blue98.0%
CMYK percentages
Cyan17.2%
Magenta9.6%
Yellow0.0%
Key (black)2.0%
Color previews
#cfe2fa text on a black background
contrast 15.91:1
Card sample
#cfe2fa text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfe2fa;
Background color
Panel with #cfe2fa background
background-color: #cfe2fa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfe2fa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 226, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 226, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfe2fa; background: linear-gradient(135deg, #cfe2fa, #D9CFFA);