#c9a310
a dark, electric yellow · cool · closest name: orange
RGB
201, 163, 16
HSL
48°, 85%, 43%
CMYK
0, 19, 92, 21
Luminance
0.3865
Every format
| HEX | #c9a310 |
| RGB | rgb(201, 163, 16) |
| HSL | hsl(48, 85%, 43%) |
| CMYK | cmyk(0%, 19%, 92%, 21%) |
| LAB | lab(68.5 1.8 69.6) |
| LCH | lch(68.5 69.7 88.5) |
| OKLCH | oklch(0.729 0.146 91.6) |
Copy-ready code
/* CSS */
color: #c9a310;
background-color: #c9a310;
/* Tailwind (arbitrary) */
class="text-[#c9a310] bg-[#c9a310]"
/* SCSS */
$brand: #c9a310;
/* SwiftUI */
Color(red: 0.788, green: 0.639, blue: 0.063)
/* Android */
Color.parseColor("#c9a310")Accessibility — WCAG contrast
Aa
#c9a310 on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9a310 on black: 8.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green63.9%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta18.9%
Yellow92.0%
Key (black)21.2%
Color previews
#c9a310 text on a black background
contrast 8.73:1
Card sample
#c9a310 text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9a310;
Background color
Panel with #c9a310 background
background-color: #c9a310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9a310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 163, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 163, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9a310; background: linear-gradient(135deg, #c9a310, #73C910);