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