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