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