#c2ecc0
a light, vivid green · cool · closest name: beige
RGB
194, 236, 192
HSL
117°, 54%, 84%
CMYK
18, 0, 19, 8
Luminance
0.7527
Every format
| HEX | #c2ecc0 |
| RGB | rgb(194, 236, 192) |
| HSL | hsl(117, 54%, 84%) |
| CMYK | cmyk(18%, 0%, 19%, 8%) |
| LAB | lab(89.5 -21.8 16.9) |
| LCH | lch(89.5 27.6 142.1) |
| OKLCH | oklch(0.902 0.074 143.8) |
Copy-ready code
/* CSS */
color: #c2ecc0;
background-color: #c2ecc0;
/* Tailwind (arbitrary) */
class="text-[#c2ecc0] bg-[#c2ecc0]"
/* SCSS */
$brand: #c2ecc0;
/* SwiftUI */
Color(red: 0.761, green: 0.925, blue: 0.753)
/* Android */
Color.parseColor("#c2ecc0")Accessibility — WCAG contrast
Aa
#c2ecc0 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2ecc0 on black: 16.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green92.5%
Blue75.3%
CMYK percentages
Cyan17.8%
Magenta0.0%
Yellow18.6%
Key (black)7.5%
Color previews
#c2ecc0 text on a black background
contrast 16.05:1
Card sample
#c2ecc0 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2ecc0;
Background color
Panel with #c2ecc0 background
background-color: #c2ecc0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2ecc0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 236, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 236, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2ecc0; background: linear-gradient(135deg, #c2ecc0, #C0ECDB);