#cfe4fc
a pale, electric blue · cool · closest name: lavender
RGB
207, 228, 252
HSL
212°, 88%, 90%
CMYK
18, 10, 0, 1
Luminance
0.7578
Every format
| HEX | #cfe4fc |
| RGB | rgb(207, 228, 252) |
| HSL | hsl(212, 88%, 90%) |
| CMYK | cmyk(18%, 10%, 0%, 1%) |
| LAB | lab(89.8 -2.1 -14.0) |
| LCH | lch(89.8 14.1 261.5) |
| OKLCH | oklch(0.911 0.040 251.8) |
Copy-ready code
/* CSS */
color: #cfe4fc;
background-color: #cfe4fc;
/* Tailwind (arbitrary) */
class="text-[#cfe4fc] bg-[#cfe4fc]"
/* SCSS */
$brand: #cfe4fc;
/* SwiftUI */
Color(red: 0.812, green: 0.894, blue: 0.988)
/* Android */
Color.parseColor("#cfe4fc")Accessibility — WCAG contrast
Aa
#cfe4fc on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfe4fc on black: 16.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green89.4%
Blue98.8%
CMYK percentages
Cyan17.9%
Magenta9.5%
Yellow0.0%
Key (black)1.2%
Color previews
#cfe4fc text on a black background
contrast 16.16:1
Card sample
#cfe4fc text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfe4fc;
Background color
Panel with #cfe4fc background
background-color: #cfe4fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfe4fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 228, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 228, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfe4fc; background: linear-gradient(135deg, #cfe4fc, #D8CFFC);