#af331d
a dark, vivid red · warm · closest name: firebrick
RGB
175, 51, 29
HSL
9°, 72%, 40%
CMYK
0, 71, 83, 31
Luminance
0.1157
Every format
| HEX | #af331d |
| RGB | rgb(175, 51, 29) |
| HSL | hsl(9, 72%, 40%) |
| CMYK | cmyk(0%, 71%, 83%, 31%) |
| LAB | lab(40.5 49.1 41.5) |
| LCH | lch(40.5 64.3 40.2) |
| OKLCH | oklch(0.506 0.164 32.4) |
Copy-ready code
/* CSS */
color: #af331d;
background-color: #af331d;
/* Tailwind (arbitrary) */
class="text-[#af331d] bg-[#af331d]"
/* SCSS */
$brand: #af331d;
/* SwiftUI */
Color(red: 0.686, green: 0.200, blue: 0.114)
/* Android */
Color.parseColor("#af331d")Accessibility — WCAG contrast
Aa
#af331d on white: 6.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af331d on black: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green20.0%
Blue11.4%
CMYK percentages
Cyan0.0%
Magenta70.9%
Yellow83.4%
Key (black)31.4%
Color previews
#af331d text on a black background
contrast 3.31:1
Card sample
#af331d text on a white background
contrast 6.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af331d;
Background color
Panel with #af331d background
background-color: #af331d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af331d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 51, 29, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 51, 29, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af331d; background: linear-gradient(135deg, #af331d, #AF941D);