#af403f
a balanced, vivid red · warm · closest name: firebrick
RGB
175, 64, 63
HSL
1°, 47%, 47%
CMYK
0, 63, 64, 31
Luminance
0.1314
Every format
| HEX | #af403f |
| RGB | rgb(175, 64, 63) |
| HSL | hsl(1, 47%, 47%) |
| CMYK | cmyk(0%, 63%, 64%, 31%) |
| LAB | lab(43.0 45.2 24.9) |
| LCH | lch(43.0 51.6 28.8) |
| OKLCH | oklch(0.526 0.146 24.0) |
Copy-ready code
/* CSS */
color: #af403f;
background-color: #af403f;
/* Tailwind (arbitrary) */
class="text-[#af403f] bg-[#af403f]"
/* SCSS */
$brand: #af403f;
/* SwiftUI */
Color(red: 0.686, green: 0.251, blue: 0.247)
/* Android */
Color.parseColor("#af403f")Accessibility — WCAG contrast
Aa
#af403f on white: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af403f on black: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green25.1%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta63.4%
Yellow64.0%
Key (black)31.4%
Color previews
#af403f text on a black background
contrast 3.63:1
Card sample
#af403f text on a white background
contrast 5.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af403f;
Background color
Panel with #af403f background
background-color: #af403f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af403f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 64, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 64, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af403f; background: linear-gradient(135deg, #af403f, #AF8B3F);