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