#c2e7b7
a light, vivid green · cool · closest name: beige
RGB
194, 231, 183
HSL
106°, 50%, 81%
CMYK
16, 0, 21, 9
Luminance
0.7204
Every format
| HEX | #c2e7b7 |
| RGB | rgb(194, 231, 183) |
| HSL | hsl(106, 50%, 81%) |
| CMYK | cmyk(16%, 0%, 21%, 9%) |
| LAB | lab(88.0 -20.8 19.5) |
| LCH | lch(88.0 28.5 136.9) |
| OKLCH | oklch(0.889 0.075 138.6) |
Copy-ready code
/* CSS */
color: #c2e7b7;
background-color: #c2e7b7;
/* Tailwind (arbitrary) */
class="text-[#c2e7b7] bg-[#c2e7b7]"
/* SCSS */
$brand: #c2e7b7;
/* SwiftUI */
Color(red: 0.761, green: 0.906, blue: 0.718)
/* Android */
Color.parseColor("#c2e7b7")Accessibility — WCAG contrast
Aa
#c2e7b7 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2e7b7 on black: 15.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green90.6%
Blue71.8%
CMYK percentages
Cyan16.0%
Magenta0.0%
Yellow20.8%
Key (black)9.4%
Color previews
#c2e7b7 text on a black background
contrast 15.41:1
Card sample
#c2e7b7 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2e7b7;
Background color
Panel with #c2e7b7 background
background-color: #c2e7b7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2e7b7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 231, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 231, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2e7b7; background: linear-gradient(135deg, #c2e7b7, #B7E7CC);