#c4ddfd
a pale, electric blue · cool · closest name: lavender
RGB
196, 221, 253
HSL
214°, 93%, 88%
CMYK
23, 13, 0, 1
Luminance
0.7054
Every format
| HEX | #c4ddfd |
| RGB | rgb(196, 221, 253) |
| HSL | hsl(214, 93%, 88%) |
| CMYK | cmyk(23%, 13%, 0%, 1%) |
| LAB | lab(87.3 -1.6 -18.3) |
| LCH | lch(87.3 18.4 265.2) |
| OKLCH | oklch(0.889 0.052 254.7) |
Copy-ready code
/* CSS */
color: #c4ddfd;
background-color: #c4ddfd;
/* Tailwind (arbitrary) */
class="text-[#c4ddfd] bg-[#c4ddfd]"
/* SCSS */
$brand: #c4ddfd;
/* SwiftUI */
Color(red: 0.769, green: 0.867, blue: 0.992)
/* Android */
Color.parseColor("#c4ddfd")Accessibility — WCAG contrast
Aa
#c4ddfd on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4ddfd on black: 15.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green86.7%
Blue99.2%
CMYK percentages
Cyan22.5%
Magenta12.6%
Yellow0.0%
Key (black)0.8%
Color previews
#c4ddfd text on a black background
contrast 15.11:1
Card sample
#c4ddfd text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4ddfd;
Background color
Panel with #c4ddfd background
background-color: #c4ddfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4ddfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 221, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 221, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4ddfd; background: linear-gradient(135deg, #c4ddfd, #D1C4FD);