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