#c5df89
a light, vivid green · cool · closest name: khaki
RGB
197, 223, 137
HSL
78°, 57%, 71%
CMYK
12, 0, 39, 13
Luminance
0.6645
Every format
| HEX | #c5df89 |
| RGB | rgb(197, 223, 137) |
| HSL | hsl(78, 57%, 71%) |
| CMYK | cmyk(12%, 0%, 39%, 13%) |
| LAB | lab(85.2 -22.4 39.3) |
| LCH | lch(85.2 45.2 119.7) |
| OKLCH | oklch(0.865 0.114 122.5) |
Copy-ready code
/* CSS */
color: #c5df89;
background-color: #c5df89;
/* Tailwind (arbitrary) */
class="text-[#c5df89] bg-[#c5df89]"
/* SCSS */
$brand: #c5df89;
/* SwiftUI */
Color(red: 0.773, green: 0.875, blue: 0.537)
/* Android */
Color.parseColor("#c5df89")Accessibility — WCAG contrast
Aa
#c5df89 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5df89 on black: 14.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green87.5%
Blue53.7%
CMYK percentages
Cyan11.7%
Magenta0.0%
Yellow38.6%
Key (black)12.5%
Color previews
#c5df89 text on a black background
contrast 14.29:1
Card sample
#c5df89 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5df89;
Background color
Panel with #c5df89 background
background-color: #c5df89;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5df89;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 223, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 223, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5df89; background: linear-gradient(135deg, #c5df89, #8CDF89);