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