#c4e8ff
a pale, electric blue · cool · closest name: lavender
RGB
196, 232, 255
HSL
203°, 100%, 88%
CMYK
23, 9, 0, 0
Luminance
0.7667
Every format
| HEX | #c4e8ff |
| RGB | rgb(196, 232, 255) |
| HSL | hsl(203, 100%, 88%) |
| CMYK | cmyk(23%, 9%, 0%, 0%) |
| LAB | lab(90.2 -6.8 -15.0) |
| LCH | lch(90.2 16.5 245.6) |
| OKLCH | oklch(0.912 0.049 236.1) |
Copy-ready code
/* CSS */
color: #c4e8ff;
background-color: #c4e8ff;
/* Tailwind (arbitrary) */
class="text-[#c4e8ff] bg-[#c4e8ff]"
/* SCSS */
$brand: #c4e8ff;
/* SwiftUI */
Color(red: 0.769, green: 0.910, blue: 1.000)
/* Android */
Color.parseColor("#c4e8ff")Accessibility — WCAG contrast
Aa
#c4e8ff on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4e8ff on black: 16.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green91.0%
Blue100.0%
CMYK percentages
Cyan23.1%
Magenta9.0%
Yellow0.0%
Key (black)0.0%
Color previews
#c4e8ff text on a black background
contrast 16.33:1
Card sample
#c4e8ff text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4e8ff;
Background color
Panel with #c4e8ff background
background-color: #c4e8ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4e8ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 232, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 232, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4e8ff; background: linear-gradient(135deg, #c4e8ff, #C7C4FF);