#ab730f
a dark, electric orange · warm · closest name: peru
RGB
171, 115, 15
HSL
39°, 84%, 37%
CMYK
0, 33, 91, 33
Luminance
0.2095
Every format
| HEX | #ab730f |
| RGB | rgb(171, 115, 15) |
| HSL | hsl(39, 84%, 37%) |
| CMYK | cmyk(0%, 33%, 91%, 33%) |
| LAB | lab(52.9 14.7 56.5) |
| LCH | lch(52.9 58.4 75.5) |
| OKLCH | oklch(0.599 0.123 74.0) |
Copy-ready code
/* CSS */
color: #ab730f;
background-color: #ab730f;
/* Tailwind (arbitrary) */
class="text-[#ab730f] bg-[#ab730f]"
/* SCSS */
$brand: #ab730f;
/* SwiftUI */
Color(red: 0.671, green: 0.451, blue: 0.059)
/* Android */
Color.parseColor("#ab730f")Accessibility — WCAG contrast
Aa
#ab730f on white: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab730f on black: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green45.1%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta32.7%
Yellow91.2%
Key (black)32.9%
Color previews
#ab730f text on a black background
contrast 5.19:1
Card sample
#ab730f text on a white background
contrast 4.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab730f;
Background color
Panel with #ab730f background
background-color: #ab730f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab730f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 115, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 115, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab730f; background: linear-gradient(135deg, #ab730f, #7BAB0F);