#af310f
a dark, electric red · warm · closest name: firebrick
RGB
175, 49, 15
HSL
13°, 84%, 37%
CMYK
0, 72, 91, 31
Luminance
0.1135
Every format
| HEX | #af310f |
| RGB | rgb(175, 49, 15) |
| HSL | hsl(13, 84%, 37%) |
| CMYK | cmyk(0%, 72%, 91%, 31%) |
| LAB | lab(40.2 49.6 47.4) |
| LCH | lch(40.2 68.6 43.7) |
| OKLCH | oklch(0.503 0.168 34.8) |
Copy-ready code
/* CSS */
color: #af310f;
background-color: #af310f;
/* Tailwind (arbitrary) */
class="text-[#af310f] bg-[#af310f]"
/* SCSS */
$brand: #af310f;
/* SwiftUI */
Color(red: 0.686, green: 0.192, blue: 0.059)
/* Android */
Color.parseColor("#af310f")Accessibility — WCAG contrast
Aa
#af310f on white: 6.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af310f on black: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green19.2%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta72.0%
Yellow91.4%
Key (black)31.4%
Color previews
#af310f text on a black background
contrast 3.27:1
Card sample
#af310f text on a white background
contrast 6.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af310f;
Background color
Panel with #af310f background
background-color: #af310f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af310f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 49, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 49, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af310f; background: linear-gradient(135deg, #af310f, #AF9C0F);