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