#af323f
a dark, vivid red · warm · closest name: firebrick
RGB
175, 50, 63
HSL
354°, 56%, 44%
CMYK
0, 71, 64, 31
Luminance
0.1175
Every format
| HEX | #af323f |
| RGB | rgb(175, 50, 63) |
| HSL | hsl(354, 56%, 44%) |
| CMYK | cmyk(0%, 71%, 64%, 31%) |
| LAB | lab(40.8 51.0 22.2) |
| LCH | lch(40.8 55.6 23.5) |
| OKLCH | oklch(0.510 0.161 19.3) |
Copy-ready code
/* CSS */
color: #af323f;
background-color: #af323f;
/* Tailwind (arbitrary) */
class="text-[#af323f] bg-[#af323f]"
/* SCSS */
$brand: #af323f;
/* SwiftUI */
Color(red: 0.686, green: 0.196, blue: 0.247)
/* Android */
Color.parseColor("#af323f")Accessibility — WCAG contrast
Aa
#af323f on white: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af323f on black: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green19.6%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta71.4%
Yellow64.0%
Key (black)31.4%
Color previews
#af323f text on a black background
contrast 3.35:1
Card sample
#af323f text on a white background
contrast 6.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af323f;
Background color
Panel with #af323f background
background-color: #af323f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af323f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 50, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 50, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af323f; background: linear-gradient(135deg, #af323f, #AF7832);