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