#af240f
a dark, electric red · warm · closest name: firebrick
RGB
175, 36, 15
HSL
8°, 84%, 37%
CMYK
0, 79, 91, 31
Luminance
0.1041
Every format
| HEX | #af240f |
| RGB | rgb(175, 36, 15) |
| HSL | hsl(8, 84%, 37%) |
| CMYK | cmyk(0%, 79%, 91%, 31%) |
| LAB | lab(38.6 54.0 46.2) |
| LCH | lch(38.6 71.1 40.6) |
| OKLCH | oklch(0.491 0.178 31.5) |
Copy-ready code
/* CSS */
color: #af240f;
background-color: #af240f;
/* Tailwind (arbitrary) */
class="text-[#af240f] bg-[#af240f]"
/* SCSS */
$brand: #af240f;
/* SwiftUI */
Color(red: 0.686, green: 0.141, blue: 0.059)
/* Android */
Color.parseColor("#af240f")Accessibility — WCAG contrast
Aa
#af240f on white: 6.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af240f on black: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green14.1%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta79.4%
Yellow91.4%
Key (black)31.4%
Color previews
#af240f text on a black background
contrast 3.08:1
Card sample
#af240f text on a white background
contrast 6.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af240f;
Background color
Panel with #af240f background
background-color: #af240f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af240f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 36, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 36, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af240f; background: linear-gradient(135deg, #af240f, #AF8F0F);