#af283f
a dark, vivid red · warm · closest name: firebrick
RGB
175, 40, 63
HSL
350°, 63%, 42%
CMYK
0, 77, 64, 31
Luminance
0.1099
Every format
| HEX | #af283f |
| RGB | rgb(175, 40, 63) |
| HSL | hsl(350, 63%, 42%) |
| CMYK | cmyk(0%, 77%, 64%, 31%) |
| LAB | lab(39.6 54.5 20.5) |
| LCH | lch(39.6 58.3 20.6) |
| OKLCH | oklch(0.500 0.170 16.9) |
Copy-ready code
/* CSS */
color: #af283f;
background-color: #af283f;
/* Tailwind (arbitrary) */
class="text-[#af283f] bg-[#af283f]"
/* SCSS */
$brand: #af283f;
/* SwiftUI */
Color(red: 0.686, green: 0.157, blue: 0.247)
/* Android */
Color.parseColor("#af283f")Accessibility — WCAG contrast
Aa
#af283f on white: 6.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af283f on black: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green15.7%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta77.1%
Yellow64.0%
Key (black)31.4%
Color previews
#af283f text on a black background
contrast 3.20:1
Card sample
#af283f text on a white background
contrast 6.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af283f;
Background color
Panel with #af283f background
background-color: #af283f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af283f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 40, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 40, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af283f; background: linear-gradient(135deg, #af283f, #AF6B28);