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