#c7eeaf
a light, vivid green · cool · closest name: khaki
RGB
199, 238, 175
HSL
97°, 65%, 81%
CMYK
16, 0, 27, 7
Luminance
0.7639
Every format
| HEX | #c7eeaf |
| RGB | rgb(199, 238, 175) |
| HSL | hsl(97, 65%, 81%) |
| CMYK | cmyk(16%, 0%, 27%, 7%) |
| LAB | lab(90.0 -23.8 26.5) |
| LCH | lch(90.0 35.6 131.9) |
| OKLCH | oklch(0.906 0.093 133.8) |
Copy-ready code
/* CSS */
color: #c7eeaf;
background-color: #c7eeaf;
/* Tailwind (arbitrary) */
class="text-[#c7eeaf] bg-[#c7eeaf]"
/* SCSS */
$brand: #c7eeaf;
/* SwiftUI */
Color(red: 0.780, green: 0.933, blue: 0.686)
/* Android */
Color.parseColor("#c7eeaf")Accessibility — WCAG contrast
Aa
#c7eeaf on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7eeaf on black: 16.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green93.3%
Blue68.6%
CMYK percentages
Cyan16.4%
Magenta0.0%
Yellow26.5%
Key (black)6.7%
Color previews
#c7eeaf text on a black background
contrast 16.28:1
Card sample
#c7eeaf text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7eeaf;
Background color
Panel with #c7eeaf background
background-color: #c7eeaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7eeaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 238, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 238, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7eeaf; background: linear-gradient(135deg, #c7eeaf, #AFEEC1);