#cfe0fc
a pale, electric blue · cool · closest name: lavender
RGB
207, 224, 252
HSL
217°, 88%, 90%
CMYK
18, 11, 0, 1
Luminance
0.7360
Every format
| HEX | #cfe0fc |
| RGB | rgb(207, 224, 252) |
| HSL | hsl(217, 88%, 90%) |
| CMYK | cmyk(18%, 11%, 0%, 1%) |
| LAB | lab(88.7 -0.0 -15.5) |
| LCH | lch(88.7 15.5 270.0) |
| OKLCH | oklch(0.903 0.043 260.4) |
Copy-ready code
/* CSS */
color: #cfe0fc;
background-color: #cfe0fc;
/* Tailwind (arbitrary) */
class="text-[#cfe0fc] bg-[#cfe0fc]"
/* SCSS */
$brand: #cfe0fc;
/* SwiftUI */
Color(red: 0.812, green: 0.878, blue: 0.988)
/* Android */
Color.parseColor("#cfe0fc")Accessibility — WCAG contrast
Aa
#cfe0fc on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfe0fc on black: 15.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.8%
Blue98.8%
CMYK percentages
Cyan17.9%
Magenta11.1%
Yellow0.0%
Key (black)1.2%
Color previews
#cfe0fc text on a black background
contrast 15.72:1
Card sample
#cfe0fc text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfe0fc;
Background color
Panel with #cfe0fc background
background-color: #cfe0fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfe0fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 224, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 224, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfe0fc; background: linear-gradient(135deg, #cfe0fc, #DCCFFC);