#ad9f13
a dark, electric yellow · cool · closest name: olive
RGB
173, 159, 19
HSL
55°, 80%, 38%
CMYK
0, 8, 89, 32
Luminance
0.3373
Every format
| HEX | #ad9f13 |
| RGB | rgb(173, 159, 19) |
| HSL | hsl(55, 80%, 38%) |
| CMYK | cmyk(0%, 8%, 89%, 32%) |
| LAB | lab(64.8 -8.6 65.0) |
| LCH | lch(64.8 65.6 97.5) |
| OKLCH | oklch(0.693 0.142 102.9) |
Copy-ready code
/* CSS */
color: #ad9f13;
background-color: #ad9f13;
/* Tailwind (arbitrary) */
class="text-[#ad9f13] bg-[#ad9f13]"
/* SCSS */
$brand: #ad9f13;
/* SwiftUI */
Color(red: 0.678, green: 0.624, blue: 0.075)
/* Android */
Color.parseColor("#ad9f13")Accessibility — WCAG contrast
Aa
#ad9f13 on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ad9f13 on black: 7.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green62.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta8.1%
Yellow89.0%
Key (black)32.2%
Color previews
#ad9f13 text on a black background
contrast 7.75:1
Card sample
#ad9f13 text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad9f13;
Background color
Panel with #ad9f13 background
background-color: #ad9f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad9f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 159, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 159, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad9f13; background: linear-gradient(135deg, #ad9f13, #54AD13);