#c4dff6
a pale, vivid blue · cool · closest name: lavender
RGB
196, 223, 246
HSL
208°, 74%, 87%
CMYK
20, 9, 0, 4
Luminance
0.7116
Every format
| HEX | #c4dff6 |
| RGB | rgb(196, 223, 246) |
| HSL | hsl(208, 74%, 87%) |
| CMYK | cmyk(20%, 9%, 0%, 4%) |
| LAB | lab(87.6 -4.1 -14.2) |
| LCH | lch(87.6 14.8 253.8) |
| OKLCH | oklch(0.891 0.043 244.0) |
Copy-ready code
/* CSS */
color: #c4dff6;
background-color: #c4dff6;
/* Tailwind (arbitrary) */
class="text-[#c4dff6] bg-[#c4dff6]"
/* SCSS */
$brand: #c4dff6;
/* SwiftUI */
Color(red: 0.769, green: 0.875, blue: 0.965)
/* Android */
Color.parseColor("#c4dff6")Accessibility — WCAG contrast
Aa
#c4dff6 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4dff6 on black: 15.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green87.5%
Blue96.5%
CMYK percentages
Cyan20.3%
Magenta9.3%
Yellow0.0%
Key (black)3.5%
Color previews
#c4dff6 text on a black background
contrast 15.23:1
Card sample
#c4dff6 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4dff6;
Background color
Panel with #c4dff6 background
background-color: #c4dff6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4dff6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 223, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 223, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4dff6; background: linear-gradient(135deg, #c4dff6, #CAC4F6);