#c7ab2f
a balanced, vivid yellow · cool · closest name: olive
RGB
199, 171, 47
HSL
49°, 62%, 48%
CMYK
0, 14, 76, 22
Luminance
0.4147
Every format
| HEX | #c7ab2f |
| RGB | rgb(199, 171, 47) |
| HSL | hsl(49, 62%, 48%) |
| CMYK | cmyk(0%, 14%, 76%, 22%) |
| LAB | lab(70.5 -2.5 63.1) |
| LCH | lch(70.5 63.2 92.3) |
| OKLCH | oklch(0.745 0.139 95.7) |
Copy-ready code
/* CSS */
color: #c7ab2f;
background-color: #c7ab2f;
/* Tailwind (arbitrary) */
class="text-[#c7ab2f] bg-[#c7ab2f]"
/* SCSS */
$brand: #c7ab2f;
/* SwiftUI */
Color(red: 0.780, green: 0.671, blue: 0.184)
/* Android */
Color.parseColor("#c7ab2f")Accessibility — WCAG contrast
Aa
#c7ab2f on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7ab2f on black: 9.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green67.1%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta14.1%
Yellow76.4%
Key (black)22.0%
Color previews
#c7ab2f text on a black background
contrast 9.29:1
Card sample
#c7ab2f text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7ab2f;
Background color
Panel with #c7ab2f background
background-color: #c7ab2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7ab2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 171, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 171, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7ab2f; background: linear-gradient(135deg, #c7ab2f, #7EC72F);