#c7ebac
a light, vivid green · cool · closest name: khaki
RGB
199, 235, 172
HSL
94°, 61%, 80%
CMYK
15, 0, 27, 8
Luminance
0.7454
Every format
| HEX | #c7ebac |
| RGB | rgb(199, 235, 172) |
| HSL | hsl(94, 61%, 80%) |
| CMYK | cmyk(15%, 0%, 27%, 8%) |
| LAB | lab(89.2 -22.8 26.8) |
| LCH | lch(89.2 35.2 130.3) |
| OKLCH | oklch(0.899 0.092 132.2) |
Copy-ready code
/* CSS */
color: #c7ebac;
background-color: #c7ebac;
/* Tailwind (arbitrary) */
class="text-[#c7ebac] bg-[#c7ebac]"
/* SCSS */
$brand: #c7ebac;
/* SwiftUI */
Color(red: 0.780, green: 0.922, blue: 0.675)
/* Android */
Color.parseColor("#c7ebac")Accessibility — WCAG contrast
Aa
#c7ebac on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7ebac on black: 15.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green92.2%
Blue67.5%
CMYK percentages
Cyan15.3%
Magenta0.0%
Yellow26.8%
Key (black)7.8%
Color previews
#c7ebac text on a black background
contrast 15.91:1
Card sample
#c7ebac text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7ebac;
Background color
Panel with #c7ebac background
background-color: #c7ebac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7ebac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 235, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 235, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7ebac; background: linear-gradient(135deg, #c7ebac, #ACEBBB);