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