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