#c4dfed
a light, vivid blue · cool · closest name: lavender
RGB
196, 223, 237
HSL
201°, 53%, 85%
CMYK
17, 6, 0, 7
Luminance
0.7063
Every format
| HEX | #c4dfed |
| RGB | rgb(196, 223, 237) |
| HSL | hsl(201, 53%, 85%) |
| CMYK | cmyk(17%, 6%, 0%, 7%) |
| LAB | lab(87.3 -6.0 -9.8) |
| LCH | lch(87.3 11.5 238.5) |
| OKLCH | oklch(0.888 0.035 230.3) |
Copy-ready code
/* CSS */
color: #c4dfed;
background-color: #c4dfed;
/* Tailwind (arbitrary) */
class="text-[#c4dfed] bg-[#c4dfed]"
/* SCSS */
$brand: #c4dfed;
/* SwiftUI */
Color(red: 0.769, green: 0.875, blue: 0.929)
/* Android */
Color.parseColor("#c4dfed")Accessibility — WCAG contrast
Aa
#c4dfed on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4dfed on black: 15.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green87.5%
Blue92.9%
CMYK percentages
Cyan17.3%
Magenta5.9%
Yellow0.0%
Key (black)7.1%
Color previews
#c4dfed text on a black background
contrast 15.13:1
Card sample
#c4dfed text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4dfed;
Background color
Panel with #c4dfed background
background-color: #c4dfed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4dfed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 223, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 223, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4dfed; background: linear-gradient(135deg, #c4dfed, #C4C4ED);