#af203f
a dark, vivid red · warm · closest name: firebrick
RGB
175, 32, 63
HSL
347°, 69%, 41%
CMYK
0, 82, 64, 31
Luminance
0.1051
Every format
| HEX | #af203f |
| RGB | rgb(175, 32, 63) |
| HSL | hsl(347, 69%, 41%) |
| CMYK | cmyk(0%, 82%, 64%, 31%) |
| LAB | lab(38.7 56.9 19.5) |
| LCH | lch(38.7 60.1 18.9) |
| OKLCH | oklch(0.494 0.177 15.4) |
Copy-ready code
/* CSS */
color: #af203f;
background-color: #af203f;
/* Tailwind (arbitrary) */
class="text-[#af203f] bg-[#af203f]"
/* SCSS */
$brand: #af203f;
/* SwiftUI */
Color(red: 0.686, green: 0.125, blue: 0.247)
/* Android */
Color.parseColor("#af203f")Accessibility — WCAG contrast
Aa
#af203f on white: 6.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af203f on black: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green12.5%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta81.7%
Yellow64.0%
Key (black)31.4%
Color previews
#af203f text on a black background
contrast 3.10:1
Card sample
#af203f text on a white background
contrast 6.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af203f;
Background color
Panel with #af203f background
background-color: #af203f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af203f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 32, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 32, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af203f; background: linear-gradient(135deg, #af203f, #AF6020);