#af393f
a balanced, vivid red · warm · closest name: firebrick
RGB
175, 57, 63
HSL
357°, 51%, 46%
CMYK
0, 67, 64, 31
Luminance
0.1240
Every format
| HEX | #af393f |
| RGB | rgb(175, 57, 63) |
| HSL | hsl(357, 51%, 46%) |
| CMYK | cmyk(0%, 67%, 64%, 31%) |
| LAB | lab(41.9 48.3 23.5) |
| LCH | lch(41.9 53.7 25.9) |
| OKLCH | oklch(0.517 0.153 21.5) |
Copy-ready code
/* CSS */
color: #af393f;
background-color: #af393f;
/* Tailwind (arbitrary) */
class="text-[#af393f] bg-[#af393f]"
/* SCSS */
$brand: #af393f;
/* SwiftUI */
Color(red: 0.686, green: 0.224, blue: 0.247)
/* Android */
Color.parseColor("#af393f")Accessibility — WCAG contrast
Aa
#af393f on white: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af393f on black: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green22.4%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta67.4%
Yellow64.0%
Key (black)31.4%
Color previews
#af393f text on a black background
contrast 3.48:1
Card sample
#af393f text on a white background
contrast 6.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af393f;
Background color
Panel with #af393f background
background-color: #af393f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af393f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 57, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 57, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af393f; background: linear-gradient(135deg, #af393f, #AF8239);