#af3f1d
a dark, vivid red · warm · closest name: firebrick
RGB
175, 63, 29
HSL
14°, 72%, 40%
CMYK
0, 64, 83, 31
Luminance
0.1276
Every format
| HEX | #af3f1d |
| RGB | rgb(175, 63, 29) |
| HSL | hsl(14, 72%, 40%) |
| CMYK | cmyk(0%, 64%, 83%, 31%) |
| LAB | lab(42.4 44.1 43.2) |
| LCH | lch(42.4 61.7 44.4) |
| OKLCH | oklch(0.520 0.153 36.8) |
Copy-ready code
/* CSS */
color: #af3f1d;
background-color: #af3f1d;
/* Tailwind (arbitrary) */
class="text-[#af3f1d] bg-[#af3f1d]"
/* SCSS */
$brand: #af3f1d;
/* SwiftUI */
Color(red: 0.686, green: 0.247, blue: 0.114)
/* Android */
Color.parseColor("#af3f1d")Accessibility — WCAG contrast
Aa
#af3f1d on white: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af3f1d on black: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green24.7%
Blue11.4%
CMYK percentages
Cyan0.0%
Magenta64.0%
Yellow83.4%
Key (black)31.4%
Color previews
#af3f1d text on a black background
contrast 3.55:1
Card sample
#af3f1d text on a white background
contrast 5.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3f1d;
Background color
Panel with #af3f1d background
background-color: #af3f1d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3f1d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 63, 29, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 63, 29, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3f1d; background: linear-gradient(135deg, #af3f1d, #AFA01D);