#c4cdfb
a pale, electric blue · warm · closest name: lavender
RGB
196, 205, 251
HSL
230°, 87%, 88%
CMYK
22, 18, 0, 2
Luminance
0.6236
Every format
| HEX | #c4cdfb |
| RGB | rgb(196, 205, 251) |
| HSL | hsl(230, 87%, 88%) |
| CMYK | cmyk(22%, 18%, 0%, 2%) |
| LAB | lab(83.1 6.5 -23.6) |
| LCH | lch(83.1 24.4 285.3) |
| OKLCH | oklch(0.857 0.065 276.3) |
Copy-ready code
/* CSS */
color: #c4cdfb;
background-color: #c4cdfb;
/* Tailwind (arbitrary) */
class="text-[#c4cdfb] bg-[#c4cdfb]"
/* SCSS */
$brand: #c4cdfb;
/* SwiftUI */
Color(red: 0.769, green: 0.804, blue: 0.984)
/* Android */
Color.parseColor("#c4cdfb")Accessibility — WCAG contrast
Aa
#c4cdfb on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4cdfb on black: 13.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green80.4%
Blue98.4%
CMYK percentages
Cyan21.9%
Magenta18.3%
Yellow0.0%
Key (black)1.6%
Color previews
#c4cdfb text on a black background
contrast 13.47:1
Card sample
#c4cdfb text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4cdfb;
Background color
Panel with #c4cdfb background
background-color: #c4cdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4cdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 205, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 205, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4cdfb; background: linear-gradient(135deg, #c4cdfb, #E0C4FB);