#af394f
a balanced, vivid red · warm · closest name: firebrick
RGB
175, 57, 79
HSL
349°, 51%, 46%
CMYK
0, 67, 55, 31
Luminance
0.1260
Every format
| HEX | #af394f |
| RGB | rgb(175, 57, 79) |
| HSL | hsl(349, 51%, 46%) |
| CMYK | cmyk(0%, 67%, 55%, 31%) |
| LAB | lab(42.2 49.4 14.0) |
| LCH | lch(42.2 51.4 15.8) |
| OKLCH | oklch(0.521 0.153 13.3) |
Copy-ready code
/* CSS */
color: #af394f;
background-color: #af394f;
/* Tailwind (arbitrary) */
class="text-[#af394f] bg-[#af394f]"
/* SCSS */
$brand: #af394f;
/* SwiftUI */
Color(red: 0.686, green: 0.224, blue: 0.310)
/* Android */
Color.parseColor("#af394f")Accessibility — WCAG contrast
Aa
#af394f on white: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af394f on black: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green22.4%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta67.4%
Yellow54.9%
Key (black)31.4%
Color previews
#af394f text on a black background
contrast 3.52:1
Card sample
#af394f text on a white background
contrast 5.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af394f;
Background color
Panel with #af394f background
background-color: #af394f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af394f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 57, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 57, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af394f; background: linear-gradient(135deg, #af394f, #AF7239);