#c2ecb2
a light, vivid green · cool · closest name: beige
RGB
194, 236, 178
HSL
103°, 60%, 81%
CMYK
18, 0, 25, 8
Luminance
0.7467
Every format
| HEX | #c2ecb2 |
| RGB | rgb(194, 236, 178) |
| HSL | hsl(103, 60%, 81%) |
| CMYK | cmyk(18%, 0%, 25%, 8%) |
| LAB | lab(89.2 -24.0 23.8) |
| LCH | lch(89.2 33.8 135.3) |
| OKLCH | oklch(0.899 0.089 137.2) |
Copy-ready code
/* CSS */
color: #c2ecb2;
background-color: #c2ecb2;
/* Tailwind (arbitrary) */
class="text-[#c2ecb2] bg-[#c2ecb2]"
/* SCSS */
$brand: #c2ecb2;
/* SwiftUI */
Color(red: 0.761, green: 0.925, blue: 0.698)
/* Android */
Color.parseColor("#c2ecb2")Accessibility — WCAG contrast
Aa
#c2ecb2 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2ecb2 on black: 15.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green92.5%
Blue69.8%
CMYK percentages
Cyan17.8%
Magenta0.0%
Yellow24.6%
Key (black)7.5%
Color previews
#c2ecb2 text on a black background
contrast 15.93:1
Card sample
#c2ecb2 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2ecb2;
Background color
Panel with #c2ecb2 background
background-color: #c2ecb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2ecb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 236, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 236, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2ecb2; background: linear-gradient(135deg, #c2ecb2, #B2ECC9);