#c4e2cf
a light, soft green · cool · closest name: beige
RGB
196, 226, 207
HSL
142°, 34%, 83%
CMYK
13, 0, 8, 11
Luminance
0.7063
Every format
| HEX | #c4e2cf |
| RGB | rgb(196, 226, 207) |
| HSL | hsl(142, 34%, 83%) |
| CMYK | cmyk(13%, 0%, 8%, 11%) |
| LAB | lab(87.3 -13.5 6.0) |
| LCH | lch(87.3 14.7 156.1) |
| OKLCH | oklch(0.886 0.041 157.7) |
Copy-ready code
/* CSS */
color: #c4e2cf;
background-color: #c4e2cf;
/* Tailwind (arbitrary) */
class="text-[#c4e2cf] bg-[#c4e2cf]"
/* SCSS */
$brand: #c4e2cf;
/* SwiftUI */
Color(red: 0.769, green: 0.886, blue: 0.812)
/* Android */
Color.parseColor("#c4e2cf")Accessibility — WCAG contrast
Aa
#c4e2cf on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4e2cf on black: 15.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green88.6%
Blue81.2%
CMYK percentages
Cyan13.3%
Magenta0.0%
Yellow8.4%
Key (black)11.4%
Color previews
#c4e2cf text on a black background
contrast 15.13:1
Card sample
#c4e2cf text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4e2cf;
Background color
Panel with #c4e2cf background
background-color: #c4e2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4e2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 226, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 226, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4e2cf; background: linear-gradient(135deg, #c4e2cf, #C4E1E2);