#c7af4b
a balanced, vivid yellow · cool · closest name: khaki
RGB
199, 175, 75
HSL
48°, 53%, 54%
CMYK
0, 12, 62, 22
Luminance
0.4331
Every format
| HEX | #c7af4b |
| RGB | rgb(199, 175, 75) |
| HSL | hsl(48, 53%, 54%) |
| CMYK | cmyk(0%, 12%, 62%, 22%) |
| LAB | lab(71.8 -3.1 53.1) |
| LCH | lch(71.8 53.2 93.4) |
| OKLCH | oklch(0.756 0.122 95.8) |
Copy-ready code
/* CSS */
color: #c7af4b;
background-color: #c7af4b;
/* Tailwind (arbitrary) */
class="text-[#c7af4b] bg-[#c7af4b]"
/* SCSS */
$brand: #c7af4b;
/* SwiftUI */
Color(red: 0.780, green: 0.686, blue: 0.294)
/* Android */
Color.parseColor("#c7af4b")Accessibility — WCAG contrast
Aa
#c7af4b on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7af4b on black: 9.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green68.6%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta12.1%
Yellow62.3%
Key (black)22.0%
Color previews
#c7af4b text on a black background
contrast 9.66:1
Card sample
#c7af4b text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7af4b;
Background color
Panel with #c7af4b background
background-color: #c7af4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7af4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 175, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 175, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7af4b; background: linear-gradient(135deg, #c7af4b, #8CC74B);