#c2eabf
a light, vivid green · cool · closest name: beige
RGB
194, 234, 191
HSL
116°, 51%, 83%
CMYK
17, 0, 18, 8
Luminance
0.7408
Every format
| HEX | #c2eabf |
| RGB | rgb(194, 234, 191) |
| HSL | hsl(116, 51%, 83%) |
| CMYK | cmyk(17%, 0%, 18%, 8%) |
| LAB | lab(89.0 -20.9 16.7) |
| LCH | lch(89.0 26.8 141.5) |
| OKLCH | oklch(0.897 0.071 143.1) |
Copy-ready code
/* CSS */
color: #c2eabf;
background-color: #c2eabf;
/* Tailwind (arbitrary) */
class="text-[#c2eabf] bg-[#c2eabf]"
/* SCSS */
$brand: #c2eabf;
/* SwiftUI */
Color(red: 0.761, green: 0.918, blue: 0.749)
/* Android */
Color.parseColor("#c2eabf")Accessibility — WCAG contrast
Aa
#c2eabf on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2eabf on black: 15.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green91.8%
Blue74.9%
CMYK percentages
Cyan17.1%
Magenta0.0%
Yellow18.4%
Key (black)8.2%
Color previews
#c2eabf text on a black background
contrast 15.82:1
Card sample
#c2eabf text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2eabf;
Background color
Panel with #c2eabf background
background-color: #c2eabf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2eabf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 234, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 234, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2eabf; background: linear-gradient(135deg, #c2eabf, #BFEAD9);