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