#c9af0f
a dark, electric yellow · cool · closest name: gold
RGB
201, 175, 15
HSL
52°, 86%, 42%
CMYK
0, 13, 93, 21
Luminance
0.4311
Every format
| HEX | #c9af0f |
| RGB | rgb(201, 175, 15) |
| HSL | hsl(52, 86%, 42%) |
| CMYK | cmyk(0%, 13%, 93%, 21%) |
| LAB | lab(71.6 -4.6 72.2) |
| LCH | lch(71.6 72.3 93.6) |
| OKLCH | oklch(0.754 0.153 98.2) |
Copy-ready code
/* CSS */
color: #c9af0f;
background-color: #c9af0f;
/* Tailwind (arbitrary) */
class="text-[#c9af0f] bg-[#c9af0f]"
/* SCSS */
$brand: #c9af0f;
/* SwiftUI */
Color(red: 0.788, green: 0.686, blue: 0.059)
/* Android */
Color.parseColor("#c9af0f")Accessibility — WCAG contrast
Aa
#c9af0f on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9af0f on black: 9.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green68.6%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta12.9%
Yellow92.5%
Key (black)21.2%
Color previews
#c9af0f text on a black background
contrast 9.62:1
Card sample
#c9af0f text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9af0f;
Background color
Panel with #c9af0f background
background-color: #c9af0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9af0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 175, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 175, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9af0f; background: linear-gradient(135deg, #c9af0f, #67C90F);