#af324f
a dark, vivid red · warm · closest name: firebrick
RGB
175, 50, 79
HSL
346°, 56%, 44%
CMYK
0, 71, 55, 31
Luminance
0.1196
Every format
| HEX | #af324f |
| RGB | rgb(175, 50, 79) |
| HSL | hsl(346, 56%, 44%) |
| CMYK | cmyk(0%, 71%, 55%, 31%) |
| LAB | lab(41.2 52.2 12.6) |
| LCH | lch(41.2 53.7 13.6) |
| OKLCH | oklch(0.513 0.161 11.4) |
Copy-ready code
/* CSS */
color: #af324f;
background-color: #af324f;
/* Tailwind (arbitrary) */
class="text-[#af324f] bg-[#af324f]"
/* SCSS */
$brand: #af324f;
/* SwiftUI */
Color(red: 0.686, green: 0.196, blue: 0.310)
/* Android */
Color.parseColor("#af324f")Accessibility — WCAG contrast
Aa
#af324f on white: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af324f on black: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green19.6%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta71.4%
Yellow54.9%
Key (black)31.4%
Color previews
#af324f text on a black background
contrast 3.39:1
Card sample
#af324f text on a white background
contrast 6.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af324f;
Background color
Panel with #af324f background
background-color: #af324f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af324f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 50, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 50, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af324f; background: linear-gradient(135deg, #af324f, #AF6832);