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