#c7c46f
a balanced, soft yellow · cool · closest name: khaki
RGB
199, 196, 111
HSL
58°, 44%, 61%
CMYK
0, 2, 44, 22
Luminance
0.5277
Every format
| HEX | #c7c46f |
| RGB | rgb(199, 196, 111) |
| HSL | hsl(58, 44%, 61%) |
| CMYK | cmyk(0%, 2%, 44%, 22%) |
| LAB | lab(77.7 -11.0 42.9) |
| LCH | lch(77.7 44.3 104.4) |
| OKLCH | oklch(0.804 0.108 106.8) |
Copy-ready code
/* CSS */
color: #c7c46f;
background-color: #c7c46f;
/* Tailwind (arbitrary) */
class="text-[#c7c46f] bg-[#c7c46f]"
/* SCSS */
$brand: #c7c46f;
/* SwiftUI */
Color(red: 0.780, green: 0.769, blue: 0.435)
/* Android */
Color.parseColor("#c7c46f")Accessibility — WCAG contrast
Aa
#c7c46f on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7c46f on black: 11.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green76.9%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta1.5%
Yellow44.2%
Key (black)22.0%
Color previews
#c7c46f text on a black background
contrast 11.55:1
Card sample
#c7c46f text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7c46f;
Background color
Panel with #c7c46f background
background-color: #c7c46f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7c46f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 196, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 196, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7c46f; background: linear-gradient(135deg, #c7c46f, #8FC76F);