#c2ecce
a light, vivid green · cool · closest name: beige
RGB
194, 236, 206
HSL
137°, 53%, 84%
CMYK
18, 0, 13, 8
Luminance
0.7592
Every format
| HEX | #c2ecce |
| RGB | rgb(194, 236, 206) |
| HSL | hsl(137, 53%, 84%) |
| CMYK | cmyk(18%, 0%, 13%, 8%) |
| LAB | lab(89.8 -19.3 10.1) |
| LCH | lch(89.8 21.8 152.4) |
| OKLCH | oklch(0.905 0.060 154.0) |
Copy-ready code
/* CSS */
color: #c2ecce;
background-color: #c2ecce;
/* Tailwind (arbitrary) */
class="text-[#c2ecce] bg-[#c2ecce]"
/* SCSS */
$brand: #c2ecce;
/* SwiftUI */
Color(red: 0.761, green: 0.925, blue: 0.808)
/* Android */
Color.parseColor("#c2ecce")Accessibility — WCAG contrast
Aa
#c2ecce on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2ecce on black: 16.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green92.5%
Blue80.8%
CMYK percentages
Cyan17.8%
Magenta0.0%
Yellow12.7%
Key (black)7.5%
Color previews
#c2ecce text on a black background
contrast 16.18:1
Card sample
#c2ecce text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2ecce;
Background color
Panel with #c2ecce background
background-color: #c2ecce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2ecce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 236, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 236, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2ecce; background: linear-gradient(135deg, #c2ecce, #C2ECEA);