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