#af2240
a dark, vivid red · warm · closest name: firebrick
RGB
175, 34, 64
HSL
347°, 68%, 41%
CMYK
0, 81, 63, 31
Luminance
0.1063
Every format
| HEX | #af2240 |
| RGB | rgb(175, 34, 64) |
| HSL | hsl(347, 68%, 41%) |
| CMYK | cmyk(0%, 81%, 63%, 31%) |
| LAB | lab(39.0 56.4 19.1) |
| LCH | lch(39.0 59.5 18.7) |
| OKLCH | oklch(0.496 0.175 15.3) |
Copy-ready code
/* CSS */
color: #af2240;
background-color: #af2240;
/* Tailwind (arbitrary) */
class="text-[#af2240] bg-[#af2240]"
/* SCSS */
$brand: #af2240;
/* SwiftUI */
Color(red: 0.686, green: 0.133, blue: 0.251)
/* Android */
Color.parseColor("#af2240")Accessibility — WCAG contrast
Aa
#af2240 on white: 6.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2240 on black: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green13.3%
Blue25.1%
CMYK percentages
Cyan0.0%
Magenta80.6%
Yellow63.4%
Key (black)31.4%
Color previews
#af2240 text on a black background
contrast 3.13:1
Card sample
#af2240 text on a white background
contrast 6.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2240;
Background color
Panel with #af2240 background
background-color: #af2240;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2240;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 34, 64, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 34, 64, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2240; background: linear-gradient(135deg, #af2240, #AF6222);