#c4d18a
a light, soft green · cool · closest name: khaki
RGB
196, 209, 138
HSL
71°, 44%, 68%
CMYK
6, 0, 34, 18
Luminance
0.5917
Every format
| HEX | #c4d18a |
| RGB | rgb(196, 209, 138) |
| HSL | hsl(71, 44%, 68%) |
| CMYK | cmyk(6%, 0%, 34%, 18%) |
| LAB | lab(81.4 -15.7 33.8) |
| LCH | lch(81.4 37.3 115.0) |
| OKLCH | oklch(0.834 0.094 116.9) |
Copy-ready code
/* CSS */
color: #c4d18a;
background-color: #c4d18a;
/* Tailwind (arbitrary) */
class="text-[#c4d18a] bg-[#c4d18a]"
/* SCSS */
$brand: #c4d18a;
/* SwiftUI */
Color(red: 0.769, green: 0.820, blue: 0.541)
/* Android */
Color.parseColor("#c4d18a")Accessibility — WCAG contrast
Aa
#c4d18a on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4d18a on black: 12.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green82.0%
Blue54.1%
CMYK percentages
Cyan6.2%
Magenta0.0%
Yellow34.0%
Key (black)18.0%
Color previews
#c4d18a text on a black background
contrast 12.83:1
Card sample
#c4d18a text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4d18a;
Background color
Panel with #c4d18a background
background-color: #c4d18a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4d18a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 209, 138, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 209, 138, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4d18a; background: linear-gradient(135deg, #c4d18a, #94D18A);