#af3c4f
a balanced, vivid red · warm · closest name: firebrick
RGB
175, 60, 79
HSL
350°, 49%, 46%
CMYK
0, 66, 55, 31
Luminance
0.1291
Every format
| HEX | #af3c4f |
| RGB | rgb(175, 60, 79) |
| HSL | hsl(350, 49%, 46%) |
| CMYK | cmyk(0%, 66%, 55%, 31%) |
| LAB | lab(42.6 48.1 14.6) |
| LCH | lch(42.6 50.3 16.9) |
| OKLCH | oklch(0.524 0.150 14.2) |
Copy-ready code
/* CSS */
color: #af3c4f;
background-color: #af3c4f;
/* Tailwind (arbitrary) */
class="text-[#af3c4f] bg-[#af3c4f]"
/* SCSS */
$brand: #af3c4f;
/* SwiftUI */
Color(red: 0.686, green: 0.235, blue: 0.310)
/* Android */
Color.parseColor("#af3c4f")Accessibility — WCAG contrast
Aa
#af3c4f on white: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af3c4f on black: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green23.5%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta65.7%
Yellow54.9%
Key (black)31.4%
Color previews
#af3c4f text on a black background
contrast 3.58:1
Card sample
#af3c4f text on a white background
contrast 5.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3c4f;
Background color
Panel with #af3c4f background
background-color: #af3c4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3c4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 60, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 60, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3c4f; background: linear-gradient(135deg, #af3c4f, #AF763C);