#c5eeaf
a light, vivid green · cool · closest name: khaki
RGB
197, 238, 175
HSL
99°, 65%, 81%
CMYK
17, 0, 27, 7
Luminance
0.7611
Every format
| HEX | #c5eeaf |
| RGB | rgb(197, 238, 175) |
| HSL | hsl(99, 65%, 81%) |
| CMYK | cmyk(17%, 0%, 27%, 7%) |
| LAB | lab(89.9 -24.4 26.3) |
| LCH | lch(89.9 35.9 132.9) |
| OKLCH | oklch(0.904 0.094 134.9) |
Copy-ready code
/* CSS */
color: #c5eeaf;
background-color: #c5eeaf;
/* Tailwind (arbitrary) */
class="text-[#c5eeaf] bg-[#c5eeaf]"
/* SCSS */
$brand: #c5eeaf;
/* SwiftUI */
Color(red: 0.773, green: 0.933, blue: 0.686)
/* Android */
Color.parseColor("#c5eeaf")Accessibility — WCAG contrast
Aa
#c5eeaf on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5eeaf on black: 16.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green93.3%
Blue68.6%
CMYK percentages
Cyan17.2%
Magenta0.0%
Yellow26.5%
Key (black)6.7%
Color previews
#c5eeaf text on a black background
contrast 16.22:1
Card sample
#c5eeaf text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5eeaf;
Background color
Panel with #c5eeaf background
background-color: #c5eeaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5eeaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 238, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 238, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5eeaf; background: linear-gradient(135deg, #c5eeaf, #AFEEC3);