#cfd6ff
a pale, electric blue · warm · closest name: lavender
RGB
207, 214, 255
HSL
231°, 100%, 91%
CMYK
19, 16, 0, 0
Luminance
0.6858
Every format
| HEX | #cfd6ff |
| RGB | rgb(207, 214, 255) |
| HSL | hsl(231, 100%, 91%) |
| CMYK | cmyk(19%, 16%, 0%, 0%) |
| LAB | lab(86.3 5.9 -20.8) |
| LCH | lch(86.3 21.6 285.8) |
| OKLCH | oklch(0.884 0.057 277.5) |
Copy-ready code
/* CSS */
color: #cfd6ff;
background-color: #cfd6ff;
/* Tailwind (arbitrary) */
class="text-[#cfd6ff] bg-[#cfd6ff]"
/* SCSS */
$brand: #cfd6ff;
/* SwiftUI */
Color(red: 0.812, green: 0.839, blue: 1.000)
/* Android */
Color.parseColor("#cfd6ff")Accessibility — WCAG contrast
Aa
#cfd6ff on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd6ff on black: 14.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green83.9%
Blue100.0%
CMYK percentages
Cyan18.8%
Magenta16.1%
Yellow0.0%
Key (black)0.0%
Color previews
#cfd6ff text on a black background
contrast 14.72:1
Card sample
#cfd6ff text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd6ff;
Background color
Panel with #cfd6ff background
background-color: #cfd6ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd6ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 214, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 214, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd6ff; background: linear-gradient(135deg, #cfd6ff, #E8CFFF);