#af010b
a dark, electric red · warm · closest name: firebrick
RGB
175, 1, 11
HSL
357°, 99%, 35%
CMYK
0, 99, 94, 31
Luminance
0.0916
Every format
| HEX | #af010b |
| RGB | rgb(175, 1, 11) |
| HSL | hsl(357, 99%, 35%) |
| CMYK | cmyk(0%, 99%, 94%, 31%) |
| LAB | lab(36.3 60.4 46.3) |
| LCH | lch(36.3 76.1 37.5) |
| OKLCH | oklch(0.474 0.193 27.9) |
Copy-ready code
/* CSS */
color: #af010b;
background-color: #af010b;
/* Tailwind (arbitrary) */
class="text-[#af010b] bg-[#af010b]"
/* SCSS */
$brand: #af010b;
/* SwiftUI */
Color(red: 0.686, green: 0.004, blue: 0.043)
/* Android */
Color.parseColor("#af010b")Accessibility — WCAG contrast
Aa
#af010b on white: 7.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#af010b on black: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green0.4%
Blue4.3%
CMYK percentages
Cyan0.0%
Magenta99.4%
Yellow93.7%
Key (black)31.4%
Color previews
#af010b text on a black background
contrast 2.83:1
Card sample
#af010b text on a white background
contrast 7.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af010b;
Background color
Panel with #af010b background
background-color: #af010b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af010b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 1, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 1, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af010b; background: linear-gradient(135deg, #af010b, #AF6B01);