#cfd3fe
a pale, electric blue · warm · closest name: lavender
RGB
207, 211, 254
HSL
235°, 96%, 90%
CMYK
19, 17, 0, 0
Luminance
0.6701
Every format
| HEX | #cfd3fe |
| RGB | rgb(207, 211, 254) |
| HSL | hsl(235, 96%, 90%) |
| CMYK | cmyk(19%, 17%, 0%, 0%) |
| LAB | lab(85.5 7.3 -21.4) |
| LCH | lch(85.5 22.6 288.7) |
| OKLCH | oklch(0.878 0.059 280.9) |
Copy-ready code
/* CSS */
color: #cfd3fe;
background-color: #cfd3fe;
/* Tailwind (arbitrary) */
class="text-[#cfd3fe] bg-[#cfd3fe]"
/* SCSS */
$brand: #cfd3fe;
/* SwiftUI */
Color(red: 0.812, green: 0.827, blue: 0.996)
/* Android */
Color.parseColor("#cfd3fe")Accessibility — WCAG contrast
Aa
#cfd3fe on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd3fe on black: 14.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green82.7%
Blue99.6%
CMYK percentages
Cyan18.5%
Magenta16.9%
Yellow0.0%
Key (black)0.4%
Color previews
#cfd3fe text on a black background
contrast 14.40:1
Card sample
#cfd3fe text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd3fe;
Background color
Panel with #cfd3fe background
background-color: #cfd3fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd3fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 211, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 211, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd3fe; background: linear-gradient(135deg, #cfd3fe, #EACFFE);