#c2ebb4
a light, vivid green · cool · closest name: beige
RGB
194, 235, 180
HSL
105°, 58%, 81%
CMYK
17, 0, 23, 8
Luminance
0.7418
Every format
| HEX | #c2ebb4 |
| RGB | rgb(194, 235, 180) |
| HSL | hsl(105, 58%, 81%) |
| CMYK | cmyk(17%, 0%, 23%, 8%) |
| LAB | lab(89.0 -23.2 22.4) |
| LCH | lch(89.0 32.3 136.0) |
| OKLCH | oklch(0.897 0.085 137.8) |
Copy-ready code
/* CSS */
color: #c2ebb4;
background-color: #c2ebb4;
/* Tailwind (arbitrary) */
class="text-[#c2ebb4] bg-[#c2ebb4]"
/* SCSS */
$brand: #c2ebb4;
/* SwiftUI */
Color(red: 0.761, green: 0.922, blue: 0.706)
/* Android */
Color.parseColor("#c2ebb4")Accessibility — WCAG contrast
Aa
#c2ebb4 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2ebb4 on black: 15.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green92.2%
Blue70.6%
CMYK percentages
Cyan17.4%
Magenta0.0%
Yellow23.4%
Key (black)7.8%
Color previews
#c2ebb4 text on a black background
contrast 15.84:1
Card sample
#c2ebb4 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2ebb4;
Background color
Panel with #c2ebb4 background
background-color: #c2ebb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2ebb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 235, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 235, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2ebb4; background: linear-gradient(135deg, #c2ebb4, #B4EBCB);