#a75f00
a dark, electric orange · warm · closest name: chocolate
RGB
167, 95, 0
HSL
34°, 100%, 33%
CMYK
0, 43, 100, 35
Luminance
0.1640
Every format
| HEX | #a75f00 |
| RGB | rgb(167, 95, 0) |
| HSL | hsl(34, 100%, 33%) |
| CMYK | cmyk(0%, 43%, 100%, 35%) |
| LAB | lab(47.5 23.9 55.8) |
| LCH | lch(47.5 60.6 66.8) |
| OKLCH | oklch(0.556 0.128 62.1) |
Copy-ready code
/* CSS */
color: #a75f00;
background-color: #a75f00;
/* Tailwind (arbitrary) */
class="text-[#a75f00] bg-[#a75f00]"
/* SCSS */
$brand: #a75f00;
/* SwiftUI */
Color(red: 0.655, green: 0.373, blue: 0.000)
/* Android */
Color.parseColor("#a75f00")Accessibility — WCAG contrast
Aa
#a75f00 on white: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a75f00 on black: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green37.3%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta43.1%
Yellow100.0%
Key (black)34.5%
Color previews
#a75f00 text on a black background
contrast 4.28:1
Card sample
#a75f00 text on a white background
contrast 4.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a75f00;
Background color
Panel with #a75f00 background
background-color: #a75f00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a75f00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 95, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 95, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a75f00; background: linear-gradient(135deg, #a75f00, #80A700);