#c7ebaa
a light, vivid green · cool · closest name: khaki
RGB
199, 235, 170
HSL
93°, 62%, 79%
CMYK
15, 0, 28, 8
Luminance
0.7446
Every format
| HEX | #c7ebaa |
| RGB | rgb(199, 235, 170) |
| HSL | hsl(93, 62%, 79%) |
| CMYK | cmyk(15%, 0%, 28%, 8%) |
| LAB | lab(89.1 -23.0 27.8) |
| LCH | lch(89.1 36.1 129.7) |
| OKLCH | oklch(0.898 0.094 131.6) |
Copy-ready code
/* CSS */
color: #c7ebaa;
background-color: #c7ebaa;
/* Tailwind (arbitrary) */
class="text-[#c7ebaa] bg-[#c7ebaa]"
/* SCSS */
$brand: #c7ebaa;
/* SwiftUI */
Color(red: 0.780, green: 0.922, blue: 0.667)
/* Android */
Color.parseColor("#c7ebaa")Accessibility — WCAG contrast
Aa
#c7ebaa on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7ebaa on black: 15.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green92.2%
Blue66.7%
CMYK percentages
Cyan15.3%
Magenta0.0%
Yellow27.7%
Key (black)7.8%
Color previews
#c7ebaa text on a black background
contrast 15.89:1
Card sample
#c7ebaa text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7ebaa;
Background color
Panel with #c7ebaa background
background-color: #c7ebaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7ebaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 235, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 235, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7ebaa; background: linear-gradient(135deg, #c7ebaa, #AAEBB8);