#af401c
a dark, vivid red · warm · closest name: firebrick
RGB
175, 64, 28
HSL
15°, 72%, 40%
CMYK
0, 63, 84, 31
Luminance
0.1286
Every format
| HEX | #af401c |
| RGB | rgb(175, 64, 28) |
| HSL | hsl(15, 72%, 40%) |
| CMYK | cmyk(0%, 63%, 84%, 31%) |
| LAB | lab(42.6 43.6 43.8) |
| LCH | lch(42.6 61.8 45.1) |
| OKLCH | oklch(0.521 0.153 37.4) |
Copy-ready code
/* CSS */
color: #af401c;
background-color: #af401c;
/* Tailwind (arbitrary) */
class="text-[#af401c] bg-[#af401c]"
/* SCSS */
$brand: #af401c;
/* SwiftUI */
Color(red: 0.686, green: 0.251, blue: 0.110)
/* Android */
Color.parseColor("#af401c")Accessibility — WCAG contrast
Aa
#af401c on white: 5.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af401c on black: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green25.1%
Blue11.0%
CMYK percentages
Cyan0.0%
Magenta63.4%
Yellow84.0%
Key (black)31.4%
Color previews
#af401c text on a black background
contrast 3.57:1
Card sample
#af401c text on a white background
contrast 5.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af401c;
Background color
Panel with #af401c background
background-color: #af401c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af401c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 64, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 64, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af401c; background: linear-gradient(135deg, #af401c, #AFA21C);