#af000f
a dark, electric red · warm · closest name: firebrick
RGB
175, 0, 15
HSL
355°, 100%, 34%
CMYK
0, 100, 91, 31
Luminance
0.0915
Every format
| HEX | #af000f |
| RGB | rgb(175, 0, 15) |
| HSL | hsl(355, 100%, 34%) |
| CMYK | cmyk(0%, 100%, 91%, 31%) |
| LAB | lab(36.3 60.6 44.6) |
| LCH | lch(36.3 75.2 36.4) |
| OKLCH | oklch(0.474 0.193 27.3) |
Copy-ready code
/* CSS */
color: #af000f;
background-color: #af000f;
/* Tailwind (arbitrary) */
class="text-[#af000f] bg-[#af000f]"
/* SCSS */
$brand: #af000f;
/* SwiftUI */
Color(red: 0.686, green: 0.000, blue: 0.059)
/* Android */
Color.parseColor("#af000f")Accessibility — WCAG contrast
Aa
#af000f on white: 7.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#af000f on black: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green0.0%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow91.4%
Key (black)31.4%
Color previews
#af000f text on a black background
contrast 2.83:1
Card sample
#af000f text on a white background
contrast 7.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af000f;
Background color
Panel with #af000f background
background-color: #af000f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af000f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 0, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 0, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af000f; background: linear-gradient(135deg, #af000f, #AF6600);