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