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