#c4eade
a light, vivid cyan · cool · closest name: beige
RGB
196, 234, 222
HSL
161°, 48%, 84%
CMYK
16, 0, 5, 8
Luminance
0.7586
Every format
| HEX | #c4eade |
| RGB | rgb(196, 234, 222) |
| HSL | hsl(161, 48%, 84%) |
| CMYK | cmyk(16%, 0%, 5%, 8%) |
| LAB | lab(89.8 -14.7 1.7) |
| LCH | lch(89.8 14.8 173.3) |
| OKLCH | oklch(0.907 0.043 174.2) |
Copy-ready code
/* CSS */
color: #c4eade;
background-color: #c4eade;
/* Tailwind (arbitrary) */
class="text-[#c4eade] bg-[#c4eade]"
/* SCSS */
$brand: #c4eade;
/* SwiftUI */
Color(red: 0.769, green: 0.918, blue: 0.871)
/* Android */
Color.parseColor("#c4eade")Accessibility — WCAG contrast
Aa
#c4eade on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4eade on black: 16.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green91.8%
Blue87.1%
CMYK percentages
Cyan16.2%
Magenta0.0%
Yellow5.1%
Key (black)8.2%
Color previews
#c4eade text on a black background
contrast 16.17:1
Card sample
#c4eade text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4eade;
Background color
Panel with #c4eade background
background-color: #c4eade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4eade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 234, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 234, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4eade; background: linear-gradient(135deg, #c4eade, #C4DDEA);