#c2ebaf
a light, vivid green · cool · closest name: beige
RGB
194, 235, 175
HSL
101°, 60%, 80%
CMYK
17, 0, 26, 8
Luminance
0.7398
Every format
| HEX | #c2ebaf |
| RGB | rgb(194, 235, 175) |
| HSL | hsl(101, 60%, 80%) |
| CMYK | cmyk(17%, 0%, 26%, 8%) |
| LAB | lab(88.9 -24.0 24.9) |
| LCH | lch(88.9 34.6 134.0) |
| OKLCH | oklch(0.896 0.091 135.9) |
Copy-ready code
/* CSS */
color: #c2ebaf;
background-color: #c2ebaf;
/* Tailwind (arbitrary) */
class="text-[#c2ebaf] bg-[#c2ebaf]"
/* SCSS */
$brand: #c2ebaf;
/* SwiftUI */
Color(red: 0.761, green: 0.922, blue: 0.686)
/* Android */
Color.parseColor("#c2ebaf")Accessibility — WCAG contrast
Aa
#c2ebaf on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2ebaf on black: 15.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green92.2%
Blue68.6%
CMYK percentages
Cyan17.4%
Magenta0.0%
Yellow25.5%
Key (black)7.8%
Color previews
#c2ebaf text on a black background
contrast 15.80:1
Card sample
#c2ebaf text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2ebaf;
Background color
Panel with #c2ebaf background
background-color: #c2ebaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2ebaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 235, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 235, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2ebaf; background: linear-gradient(135deg, #c2ebaf, #AFEBC4);