#c2e8ba
a light, vivid green · cool · closest name: beige
RGB
194, 232, 186
HSL
110°, 50%, 82%
CMYK
16, 0, 20, 9
Luminance
0.7273
Every format
| HEX | #c2e8ba |
| RGB | rgb(194, 232, 186) |
| HSL | hsl(110, 50%, 82%) |
| CMYK | cmyk(16%, 0%, 20%, 9%) |
| LAB | lab(88.3 -20.8 18.4) |
| LCH | lch(88.3 27.8 138.6) |
| OKLCH | oklch(0.892 0.074 140.2) |
Copy-ready code
/* CSS */
color: #c2e8ba;
background-color: #c2e8ba;
/* Tailwind (arbitrary) */
class="text-[#c2e8ba] bg-[#c2e8ba]"
/* SCSS */
$brand: #c2e8ba;
/* SwiftUI */
Color(red: 0.761, green: 0.910, blue: 0.729)
/* Android */
Color.parseColor("#c2e8ba")Accessibility — WCAG contrast
Aa
#c2e8ba on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2e8ba on black: 15.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green91.0%
Blue72.9%
CMYK percentages
Cyan16.4%
Magenta0.0%
Yellow19.8%
Key (black)9.0%
Color previews
#c2e8ba text on a black background
contrast 15.55:1
Card sample
#c2e8ba text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2e8ba;
Background color
Panel with #c2e8ba background
background-color: #c2e8ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2e8ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 232, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 232, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2e8ba; background: linear-gradient(135deg, #c2e8ba, #BAE8D1);