#af2134
a dark, vivid red · warm · closest name: firebrick
RGB
175, 33, 52
HSL
352°, 68%, 41%
CMYK
0, 81, 70, 31
Luminance
0.1045
Every format
| HEX | #af2134 |
| RGB | rgb(175, 33, 52) |
| HSL | hsl(352, 68%, 41%) |
| CMYK | cmyk(0%, 81%, 70%, 31%) |
| LAB | lab(38.6 56.0 26.2) |
| LCH | lch(38.6 61.9 25.1) |
| OKLCH | oklch(0.493 0.176 20.2) |
Copy-ready code
/* CSS */
color: #af2134;
background-color: #af2134;
/* Tailwind (arbitrary) */
class="text-[#af2134] bg-[#af2134]"
/* SCSS */
$brand: #af2134;
/* SwiftUI */
Color(red: 0.686, green: 0.129, blue: 0.204)
/* Android */
Color.parseColor("#af2134")Accessibility — WCAG contrast
Aa
#af2134 on white: 6.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2134 on black: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green12.9%
Blue20.4%
CMYK percentages
Cyan0.0%
Magenta81.1%
Yellow70.3%
Key (black)31.4%
Color previews
#af2134 text on a black background
contrast 3.09:1
Card sample
#af2134 text on a white background
contrast 6.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2134;
Background color
Panel with #af2134 background
background-color: #af2134;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2134;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 33, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 33, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2134; background: linear-gradient(135deg, #af2134, #AF6D21);