#c4edf9
a pale, electric cyan · cool · closest name: lavender
RGB
196, 237, 249
HSL
194°, 82%, 87%
CMYK
21, 5, 0, 2
Luminance
0.7914
Every format
| HEX | #c4edf9 |
| RGB | rgb(196, 237, 249) |
| HSL | hsl(194, 82%, 87%) |
| CMYK | cmyk(21%, 5%, 0%, 2%) |
| LAB | lab(91.3 -10.7 -10.2) |
| LCH | lch(91.3 14.7 223.7) |
| OKLCH | oklch(0.921 0.045 217.4) |
Copy-ready code
/* CSS */
color: #c4edf9;
background-color: #c4edf9;
/* Tailwind (arbitrary) */
class="text-[#c4edf9] bg-[#c4edf9]"
/* SCSS */
$brand: #c4edf9;
/* SwiftUI */
Color(red: 0.769, green: 0.929, blue: 0.976)
/* Android */
Color.parseColor("#c4edf9")Accessibility — WCAG contrast
Aa
#c4edf9 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4edf9 on black: 16.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green92.9%
Blue97.6%
CMYK percentages
Cyan21.3%
Magenta4.8%
Yellow0.0%
Key (black)2.4%
Color previews
#c4edf9 text on a black background
contrast 16.83:1
Card sample
#c4edf9 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4edf9;
Background color
Panel with #c4edf9 background
background-color: #c4edf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4edf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 237, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 237, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4edf9; background: linear-gradient(135deg, #c4edf9, #C4CAF9);