#c4ecdc
a light, vivid green · cool · closest name: beige
RGB
196, 236, 220
HSL
156°, 51%, 85%
CMYK
17, 0, 7, 8
Luminance
0.7689
Every format
| HEX | #c4ecdc |
| RGB | rgb(196, 236, 220) |
| HSL | hsl(156, 51%, 85%) |
| CMYK | cmyk(17%, 0%, 7%, 8%) |
| LAB | lab(90.3 -16.0 3.5) |
| LCH | lch(90.3 16.4 167.9) |
| OKLCH | oklch(0.910 0.047 169.1) |
Copy-ready code
/* CSS */
color: #c4ecdc;
background-color: #c4ecdc;
/* Tailwind (arbitrary) */
class="text-[#c4ecdc] bg-[#c4ecdc]"
/* SCSS */
$brand: #c4ecdc;
/* SwiftUI */
Color(red: 0.769, green: 0.925, blue: 0.863)
/* Android */
Color.parseColor("#c4ecdc")Accessibility — WCAG contrast
Aa
#c4ecdc on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4ecdc on black: 16.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green92.5%
Blue86.3%
CMYK percentages
Cyan16.9%
Magenta0.0%
Yellow6.8%
Key (black)7.5%
Color previews
#c4ecdc text on a black background
contrast 16.38:1
Card sample
#c4ecdc text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4ecdc;
Background color
Panel with #c4ecdc background
background-color: #c4ecdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4ecdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 236, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 236, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4ecdc; background: linear-gradient(135deg, #c4ecdc, #C4E1EC);