#c2e4cf
a light, soft green · cool · closest name: beige
RGB
194, 228, 207
HSL
143°, 39%, 83%
CMYK
15, 0, 9, 11
Luminance
0.7146
Every format
| HEX | #c2e4cf |
| RGB | rgb(194, 228, 207) |
| HSL | hsl(143, 39%, 83%) |
| CMYK | cmyk(15%, 0%, 9%, 11%) |
| LAB | lab(87.7 -15.1 6.5) |
| LCH | lch(87.7 16.5 156.7) |
| OKLCH | oklch(0.888 0.046 158.2) |
Copy-ready code
/* CSS */
color: #c2e4cf;
background-color: #c2e4cf;
/* Tailwind (arbitrary) */
class="text-[#c2e4cf] bg-[#c2e4cf]"
/* SCSS */
$brand: #c2e4cf;
/* SwiftUI */
Color(red: 0.761, green: 0.894, blue: 0.812)
/* Android */
Color.parseColor("#c2e4cf")Accessibility — WCAG contrast
Aa
#c2e4cf on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2e4cf on black: 15.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green89.4%
Blue81.2%
CMYK percentages
Cyan14.9%
Magenta0.0%
Yellow9.2%
Key (black)10.6%
Color previews
#c2e4cf text on a black background
contrast 15.29:1
Card sample
#c2e4cf text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2e4cf;
Background color
Panel with #c2e4cf background
background-color: #c2e4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2e4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 228, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 228, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2e4cf; background: linear-gradient(135deg, #c2e4cf, #C2E2E4);