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