#cfe9fc
a pale, electric blue · cool · closest name: lavender
RGB
207, 233, 252
HSL
205°, 88%, 90%
CMYK
18, 8, 0, 1
Luminance
0.7857
Every format
| HEX | #cfe9fc |
| RGB | rgb(207, 233, 252) |
| HSL | hsl(205, 88%, 90%) |
| CMYK | cmyk(18%, 8%, 0%, 1%) |
| LAB | lab(91.0 -4.7 -12.1) |
| LCH | lch(91.0 12.9 248.9) |
| OKLCH | oklch(0.921 0.038 239.6) |
Copy-ready code
/* CSS */
color: #cfe9fc;
background-color: #cfe9fc;
/* Tailwind (arbitrary) */
class="text-[#cfe9fc] bg-[#cfe9fc]"
/* SCSS */
$brand: #cfe9fc;
/* SwiftUI */
Color(red: 0.812, green: 0.914, blue: 0.988)
/* Android */
Color.parseColor("#cfe9fc")Accessibility — WCAG contrast
Aa
#cfe9fc on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfe9fc on black: 16.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green91.4%
Blue98.8%
CMYK percentages
Cyan17.9%
Magenta7.5%
Yellow0.0%
Key (black)1.2%
Color previews
#cfe9fc text on a black background
contrast 16.71:1
Card sample
#cfe9fc text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfe9fc;
Background color
Panel with #cfe9fc background
background-color: #cfe9fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfe9fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 233, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 233, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfe9fc; background: linear-gradient(135deg, #cfe9fc, #D3CFFC);