#c4efdf
a pale, vivid green · cool · closest name: beige
RGB
196, 239, 223
HSL
158°, 57%, 85%
CMYK
18, 0, 7, 6
Luminance
0.7880
Every format
| HEX | #c4efdf |
| RGB | rgb(196, 239, 223) |
| HSL | hsl(158, 57%, 85%) |
| CMYK | cmyk(18%, 0%, 7%, 6%) |
| LAB | lab(91.1 -16.9 3.1) |
| LCH | lch(91.1 17.2 169.5) |
| OKLCH | oklch(0.917 0.049 170.6) |
Copy-ready code
/* CSS */
color: #c4efdf;
background-color: #c4efdf;
/* Tailwind (arbitrary) */
class="text-[#c4efdf] bg-[#c4efdf]"
/* SCSS */
$brand: #c4efdf;
/* SwiftUI */
Color(red: 0.769, green: 0.937, blue: 0.875)
/* Android */
Color.parseColor("#c4efdf")Accessibility — WCAG contrast
Aa
#c4efdf on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4efdf on black: 16.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green93.7%
Blue87.5%
CMYK percentages
Cyan18.0%
Magenta0.0%
Yellow6.7%
Key (black)6.3%
Color previews
#c4efdf text on a black background
contrast 16.76:1
Card sample
#c4efdf text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4efdf;
Background color
Panel with #c4efdf background
background-color: #c4efdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4efdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 239, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 239, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4efdf; background: linear-gradient(135deg, #c4efdf, #C4E2EF);