#c5d492
a light, soft green · cool · closest name: khaki
RGB
197, 212, 146
HSL
74°, 43%, 70%
CMYK
7, 0, 31, 17
Luminance
0.6103
Every format
| HEX | #c5d492 |
| RGB | rgb(197, 212, 146) |
| HSL | hsl(74, 43%, 70%) |
| CMYK | cmyk(7%, 0%, 31%, 17%) |
| LAB | lab(82.4 -15.8 31.0) |
| LCH | lch(82.4 34.8 117.0) |
| OKLCH | oklch(0.843 0.088 118.7) |
Copy-ready code
/* CSS */
color: #c5d492;
background-color: #c5d492;
/* Tailwind (arbitrary) */
class="text-[#c5d492] bg-[#c5d492]"
/* SCSS */
$brand: #c5d492;
/* SwiftUI */
Color(red: 0.773, green: 0.831, blue: 0.573)
/* Android */
Color.parseColor("#c5d492")Accessibility — WCAG contrast
Aa
#c5d492 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5d492 on black: 13.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green83.1%
Blue57.3%
CMYK percentages
Cyan7.1%
Magenta0.0%
Yellow31.1%
Key (black)16.9%
Color previews
#c5d492 text on a black background
contrast 13.21:1
Card sample
#c5d492 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5d492;
Background color
Panel with #c5d492 background
background-color: #c5d492;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5d492;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 212, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 212, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5d492; background: linear-gradient(135deg, #c5d492, #99D492);