#cfd8fc
a pale, electric blue · warm · closest name: lavender
RGB
207, 216, 252
HSL
228°, 88%, 90%
CMYK
18, 14, 0, 1
Luminance
0.6941
Every format
| HEX | #cfd8fc |
| RGB | rgb(207, 216, 252) |
| HSL | hsl(228, 88%, 90%) |
| CMYK | cmyk(18%, 14%, 0%, 1%) |
| LAB | lab(86.7 4.2 -18.6) |
| LCH | lch(86.7 19.0 282.7) |
| OKLCH | oklch(0.887 0.051 274.3) |
Copy-ready code
/* CSS */
color: #cfd8fc;
background-color: #cfd8fc;
/* Tailwind (arbitrary) */
class="text-[#cfd8fc] bg-[#cfd8fc]"
/* SCSS */
$brand: #cfd8fc;
/* SwiftUI */
Color(red: 0.812, green: 0.847, blue: 0.988)
/* Android */
Color.parseColor("#cfd8fc")Accessibility — WCAG contrast
Aa
#cfd8fc on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd8fc on black: 14.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green84.7%
Blue98.8%
CMYK percentages
Cyan17.9%
Magenta14.3%
Yellow0.0%
Key (black)1.2%
Color previews
#cfd8fc text on a black background
contrast 14.88:1
Card sample
#cfd8fc text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd8fc;
Background color
Panel with #cfd8fc background
background-color: #cfd8fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd8fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 216, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 216, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd8fc; background: linear-gradient(135deg, #cfd8fc, #E4CFFC);