#c4dbf6
a pale, vivid blue · cool · closest name: lavender
RGB
196, 219, 246
HSL
212°, 74%, 87%
CMYK
20, 11, 0, 4
Luminance
0.6905
Every format
| HEX | #c4dbf6 |
| RGB | rgb(196, 219, 246) |
| HSL | hsl(212, 74%, 87%) |
| CMYK | cmyk(20%, 11%, 0%, 4%) |
| LAB | lab(86.5 -2.0 -15.7) |
| LCH | lch(86.5 15.9 262.6) |
| OKLCH | oklch(0.883 0.045 252.5) |
Copy-ready code
/* CSS */
color: #c4dbf6;
background-color: #c4dbf6;
/* Tailwind (arbitrary) */
class="text-[#c4dbf6] bg-[#c4dbf6]"
/* SCSS */
$brand: #c4dbf6;
/* SwiftUI */
Color(red: 0.769, green: 0.859, blue: 0.965)
/* Android */
Color.parseColor("#c4dbf6")Accessibility — WCAG contrast
Aa
#c4dbf6 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4dbf6 on black: 14.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green85.9%
Blue96.5%
CMYK percentages
Cyan20.3%
Magenta11.0%
Yellow0.0%
Key (black)3.5%
Color previews
#c4dbf6 text on a black background
contrast 14.81:1
Card sample
#c4dbf6 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4dbf6;
Background color
Panel with #c4dbf6 background
background-color: #c4dbf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4dbf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 219, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 219, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4dbf6; background: linear-gradient(135deg, #c4dbf6, #CEC4F6);