#cfd7fe
a pale, electric blue · warm · closest name: lavender
RGB
207, 215, 254
HSL
230°, 96%, 90%
CMYK
19, 15, 0, 0
Luminance
0.6902
Every format
| HEX | #cfd7fe |
| RGB | rgb(207, 215, 254) |
| HSL | hsl(230, 96%, 90%) |
| CMYK | cmyk(19%, 15%, 0%, 0%) |
| LAB | lab(86.5 5.1 -19.9) |
| LCH | lch(86.5 20.5 284.5) |
| OKLCH | oklch(0.886 0.054 276.1) |
Copy-ready code
/* CSS */
color: #cfd7fe;
background-color: #cfd7fe;
/* Tailwind (arbitrary) */
class="text-[#cfd7fe] bg-[#cfd7fe]"
/* SCSS */
$brand: #cfd7fe;
/* SwiftUI */
Color(red: 0.812, green: 0.843, blue: 0.996)
/* Android */
Color.parseColor("#cfd7fe")Accessibility — WCAG contrast
Aa
#cfd7fe on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd7fe on black: 14.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green84.3%
Blue99.6%
CMYK percentages
Cyan18.5%
Magenta15.4%
Yellow0.0%
Key (black)0.4%
Color previews
#cfd7fe text on a black background
contrast 14.80:1
Card sample
#cfd7fe text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd7fe;
Background color
Panel with #cfd7fe background
background-color: #cfd7fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd7fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 215, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 215, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd7fe; background: linear-gradient(135deg, #cfd7fe, #E6CFFE);