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