#af303f
a dark, vivid red · warm · closest name: firebrick
RGB
175, 48, 63
HSL
353°, 57%, 44%
CMYK
0, 73, 64, 31
Luminance
0.1159
Every format
| HEX | #af303f |
| RGB | rgb(175, 48, 63) |
| HSL | hsl(353, 57%, 44%) |
| CMYK | cmyk(0%, 73%, 64%, 31%) |
| LAB | lab(40.6 51.8 21.8) |
| LCH | lch(40.6 56.2 22.8) |
| OKLCH | oklch(0.508 0.163 18.8) |
Copy-ready code
/* CSS */
color: #af303f;
background-color: #af303f;
/* Tailwind (arbitrary) */
class="text-[#af303f] bg-[#af303f]"
/* SCSS */
$brand: #af303f;
/* SwiftUI */
Color(red: 0.686, green: 0.188, blue: 0.247)
/* Android */
Color.parseColor("#af303f")Accessibility — WCAG contrast
Aa
#af303f on white: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af303f on black: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green18.8%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta72.6%
Yellow64.0%
Key (black)31.4%
Color previews
#af303f text on a black background
contrast 3.32:1
Card sample
#af303f text on a white background
contrast 6.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af303f;
Background color
Panel with #af303f background
background-color: #af303f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af303f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 48, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 48, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af303f; background: linear-gradient(135deg, #af303f, #AF7630);