#af362b
a dark, vivid red · warm · closest name: firebrick
RGB
175, 54, 43
HSL
5°, 61%, 43%
CMYK
0, 69, 75, 31
Luminance
0.1193
Every format
| HEX | #af362b |
| RGB | rgb(175, 54, 43) |
| HSL | hsl(5, 61%, 43%) |
| CMYK | cmyk(0%, 69%, 75%, 31%) |
| LAB | lab(41.1 48.4 34.5) |
| LCH | lch(41.1 59.5 35.4) |
| OKLCH | oklch(0.511 0.159 29.0) |
Copy-ready code
/* CSS */
color: #af362b;
background-color: #af362b;
/* Tailwind (arbitrary) */
class="text-[#af362b] bg-[#af362b]"
/* SCSS */
$brand: #af362b;
/* SwiftUI */
Color(red: 0.686, green: 0.212, blue: 0.169)
/* Android */
Color.parseColor("#af362b")Accessibility — WCAG contrast
Aa
#af362b on white: 6.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af362b on black: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green21.2%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta69.1%
Yellow75.4%
Key (black)31.4%
Color previews
#af362b text on a black background
contrast 3.39:1
Card sample
#af362b text on a white background
contrast 6.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af362b;
Background color
Panel with #af362b background
background-color: #af362b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af362b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 54, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 54, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af362b; background: linear-gradient(135deg, #af362b, #AF8E2B);