#c4cc8f
a light, soft yellow · cool · closest name: khaki
RGB
196, 204, 143
HSL
68°, 37%, 68%
CMYK
4, 0, 30, 20
Luminance
0.5690
Every format
| HEX | #c4cc8f |
| RGB | rgb(196, 204, 143) |
| HSL | hsl(68, 37%, 68%) |
| CMYK | cmyk(4%, 0%, 30%, 20%) |
| LAB | lab(80.1 -12.6 29.6) |
| LCH | lch(80.1 32.1 113.0) |
| OKLCH | oklch(0.824 0.081 114.3) |
Copy-ready code
/* CSS */
color: #c4cc8f;
background-color: #c4cc8f;
/* Tailwind (arbitrary) */
class="text-[#c4cc8f] bg-[#c4cc8f]"
/* SCSS */
$brand: #c4cc8f;
/* SwiftUI */
Color(red: 0.769, green: 0.800, blue: 0.561)
/* Android */
Color.parseColor("#c4cc8f")Accessibility — WCAG contrast
Aa
#c4cc8f on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4cc8f on black: 12.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green80.0%
Blue56.1%
CMYK percentages
Cyan3.9%
Magenta0.0%
Yellow29.9%
Key (black)20.0%
Color previews
#c4cc8f text on a black background
contrast 12.38:1
Card sample
#c4cc8f text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4cc8f;
Background color
Panel with #c4cc8f background
background-color: #c4cc8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4cc8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 204, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 204, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4cc8f; background: linear-gradient(135deg, #c4cc8f, #9BCC8F);