#af0b02
a dark, electric red · warm · closest name: firebrick
RGB
175, 11, 2
HSL
3°, 98%, 35%
CMYK
0, 94, 99, 31
Luminance
0.0936
Every format
| HEX | #af0b02 |
| RGB | rgb(175, 11, 2) |
| HSL | hsl(3, 98%, 35%) |
| CMYK | cmyk(0%, 94%, 99%, 31%) |
| LAB | lab(36.7 59.1 50.0) |
| LCH | lch(36.7 77.4 40.2) |
| OKLCH | oklch(0.477 0.191 29.8) |
Copy-ready code
/* CSS */
color: #af0b02;
background-color: #af0b02;
/* Tailwind (arbitrary) */
class="text-[#af0b02] bg-[#af0b02]"
/* SCSS */
$brand: #af0b02;
/* SwiftUI */
Color(red: 0.686, green: 0.043, blue: 0.008)
/* Android */
Color.parseColor("#af0b02")Accessibility — WCAG contrast
Aa
#af0b02 on white: 7.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#af0b02 on black: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green4.3%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta93.7%
Yellow98.9%
Key (black)31.4%
Color previews
#af0b02 text on a black background
contrast 2.87:1
Card sample
#af0b02 text on a white background
contrast 7.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0b02;
Background color
Panel with #af0b02 background
background-color: #af0b02;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0b02;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 11, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 11, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0b02; background: linear-gradient(135deg, #af0b02, #AF7E02);