#cfd6fc
a pale, electric blue · warm · closest name: lavender
RGB
207, 214, 252
HSL
231°, 88%, 90%
CMYK
18, 15, 0, 1
Luminance
0.6839
Every format
| HEX | #cfd6fc |
| RGB | rgb(207, 214, 252) |
| HSL | hsl(231, 88%, 90%) |
| CMYK | cmyk(18%, 15%, 0%, 1%) |
| LAB | lab(86.2 5.2 -19.3) |
| LCH | lch(86.2 20.0 285.2) |
| OKLCH | oklch(0.883 0.053 277.0) |
Copy-ready code
/* CSS */
color: #cfd6fc;
background-color: #cfd6fc;
/* Tailwind (arbitrary) */
class="text-[#cfd6fc] bg-[#cfd6fc]"
/* SCSS */
$brand: #cfd6fc;
/* SwiftUI */
Color(red: 0.812, green: 0.839, blue: 0.988)
/* Android */
Color.parseColor("#cfd6fc")Accessibility — WCAG contrast
Aa
#cfd6fc on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd6fc on black: 14.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green83.9%
Blue98.8%
CMYK percentages
Cyan17.9%
Magenta15.1%
Yellow0.0%
Key (black)1.2%
Color previews
#cfd6fc text on a black background
contrast 14.68:1
Card sample
#cfd6fc text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd6fc;
Background color
Panel with #cfd6fc background
background-color: #cfd6fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd6fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 214, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 214, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd6fc; background: linear-gradient(135deg, #cfd6fc, #E6CFFC);