#c3ebaa
a light, vivid green · cool · closest name: khaki
RGB
195, 235, 170
HSL
97°, 62%, 79%
CMYK
17, 0, 28, 8
Luminance
0.7392
Every format
| HEX | #c3ebaa |
| RGB | rgb(195, 235, 170) |
| HSL | hsl(97, 62%, 79%) |
| CMYK | cmyk(17%, 0%, 28%, 8%) |
| LAB | lab(88.9 -24.4 27.4) |
| LCH | lch(88.9 36.7 131.7) |
| OKLCH | oklch(0.895 0.096 133.8) |
Copy-ready code
/* CSS */
color: #c3ebaa;
background-color: #c3ebaa;
/* Tailwind (arbitrary) */
class="text-[#c3ebaa] bg-[#c3ebaa]"
/* SCSS */
$brand: #c3ebaa;
/* SwiftUI */
Color(red: 0.765, green: 0.922, blue: 0.667)
/* Android */
Color.parseColor("#c3ebaa")Accessibility — WCAG contrast
Aa
#c3ebaa on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3ebaa on black: 15.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green92.2%
Blue66.7%
CMYK percentages
Cyan17.0%
Magenta0.0%
Yellow27.7%
Key (black)7.8%
Color previews
#c3ebaa text on a black background
contrast 15.78:1
Card sample
#c3ebaa text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3ebaa;
Background color
Panel with #c3ebaa background
background-color: #c3ebaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3ebaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 235, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 235, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3ebaa; background: linear-gradient(135deg, #c3ebaa, #AAEBBC);