#af3b0d
a dark, electric orange · warm · closest name: firebrick
RGB
175, 59, 13
HSL
17°, 86%, 37%
CMYK
0, 66, 93, 31
Luminance
0.1227
Every format
| HEX | #af3b0d |
| RGB | rgb(175, 59, 13) |
| HSL | hsl(17, 86%, 37%) |
| CMYK | cmyk(0%, 66%, 93%, 31%) |
| LAB | lab(41.6 45.5 49.1) |
| LCH | lch(41.6 66.9 47.2) |
| OKLCH | oklch(0.514 0.160 38.4) |
Copy-ready code
/* CSS */
color: #af3b0d;
background-color: #af3b0d;
/* Tailwind (arbitrary) */
class="text-[#af3b0d] bg-[#af3b0d]"
/* SCSS */
$brand: #af3b0d;
/* SwiftUI */
Color(red: 0.686, green: 0.231, blue: 0.051)
/* Android */
Color.parseColor("#af3b0d")Accessibility — WCAG contrast
Aa
#af3b0d on white: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af3b0d on black: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green23.1%
Blue5.1%
CMYK percentages
Cyan0.0%
Magenta66.3%
Yellow92.6%
Key (black)31.4%
Color previews
#af3b0d text on a black background
contrast 3.45:1
Card sample
#af3b0d text on a white background
contrast 6.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3b0d;
Background color
Panel with #af3b0d background
background-color: #af3b0d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3b0d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 59, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 59, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3b0d; background: linear-gradient(135deg, #af3b0d, #AFA70D);