#c4cdf4
a pale, vivid blue · warm · closest name: lavender
RGB
196, 205, 244
HSL
229°, 69%, 86%
CMYK
20, 16, 0, 4
Luminance
0.6193
Every format
| HEX | #c4cdf4 |
| RGB | rgb(196, 205, 244) |
| HSL | hsl(229, 69%, 86%) |
| CMYK | cmyk(20%, 16%, 0%, 4%) |
| LAB | lab(82.9 4.9 -20.2) |
| LCH | lch(82.9 20.8 283.7) |
| OKLCH | oklch(0.854 0.055 275.0) |
Copy-ready code
/* CSS */
color: #c4cdf4;
background-color: #c4cdf4;
/* Tailwind (arbitrary) */
class="text-[#c4cdf4] bg-[#c4cdf4]"
/* SCSS */
$brand: #c4cdf4;
/* SwiftUI */
Color(red: 0.769, green: 0.804, blue: 0.957)
/* Android */
Color.parseColor("#c4cdf4")Accessibility — WCAG contrast
Aa
#c4cdf4 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4cdf4 on black: 13.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green80.4%
Blue95.7%
CMYK percentages
Cyan19.7%
Magenta16.0%
Yellow0.0%
Key (black)4.3%
Color previews
#c4cdf4 text on a black background
contrast 13.39:1
Card sample
#c4cdf4 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4cdf4;
Background color
Panel with #c4cdf4 background
background-color: #c4cdf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4cdf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 205, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 205, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4cdf4; background: linear-gradient(135deg, #c4cdf4, #DBC4F4);