#cfe0fe
a pale, electric blue · cool · closest name: lavender
RGB
207, 224, 254
HSL
218°, 96%, 90%
CMYK
19, 12, 0, 0
Luminance
0.7373
Every format
| HEX | #cfe0fe |
| RGB | rgb(207, 224, 254) |
| HSL | hsl(218, 96%, 90%) |
| CMYK | cmyk(19%, 12%, 0%, 0%) |
| LAB | lab(88.8 0.4 -16.5) |
| LCH | lch(88.8 16.5 271.5) |
| OKLCH | oklch(0.903 0.045 261.9) |
Copy-ready code
/* CSS */
color: #cfe0fe;
background-color: #cfe0fe;
/* Tailwind (arbitrary) */
class="text-[#cfe0fe] bg-[#cfe0fe]"
/* SCSS */
$brand: #cfe0fe;
/* SwiftUI */
Color(red: 0.812, green: 0.878, blue: 0.996)
/* Android */
Color.parseColor("#cfe0fe")Accessibility — WCAG contrast
Aa
#cfe0fe on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfe0fe on black: 15.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.8%
Blue99.6%
CMYK percentages
Cyan18.5%
Magenta11.8%
Yellow0.0%
Key (black)0.4%
Color previews
#cfe0fe text on a black background
contrast 15.75:1
Card sample
#cfe0fe text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfe0fe;
Background color
Panel with #cfe0fe background
background-color: #cfe0fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfe0fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 224, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 224, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfe0fe; background: linear-gradient(135deg, #cfe0fe, #DDCFFE);