#af4900
a dark, electric orange · warm · closest name: chocolate
RGB
175, 73, 0
HSL
25°, 100%, 34%
CMYK
0, 58, 100, 31
Luminance
0.1388
Every format
| HEX | #af4900 |
| RGB | rgb(175, 73, 0) |
| HSL | hsl(25, 100%, 34%) |
| CMYK | cmyk(0%, 58%, 100%, 31%) |
| LAB | lab(44.1 38.8 54.3) |
| LCH | lch(44.1 66.8 54.5) |
| OKLCH | oklch(0.532 0.149 46.1) |
Copy-ready code
/* CSS */
color: #af4900;
background-color: #af4900;
/* Tailwind (arbitrary) */
class="text-[#af4900] bg-[#af4900]"
/* SCSS */
$brand: #af4900;
/* SwiftUI */
Color(red: 0.686, green: 0.286, blue: 0.000)
/* Android */
Color.parseColor("#af4900")Accessibility — WCAG contrast
Aa
#af4900 on white: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af4900 on black: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green28.6%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta58.3%
Yellow100.0%
Key (black)31.4%
Color previews
#af4900 text on a black background
contrast 3.78:1
Card sample
#af4900 text on a white background
contrast 5.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4900;
Background color
Panel with #af4900 background
background-color: #af4900;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4900;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 73, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 73, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4900; background: linear-gradient(135deg, #af4900, #A0AF00);