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