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