#af3133
a dark, vivid red · warm · closest name: firebrick
RGB
175, 49, 51
HSL
359°, 56%, 44%
CMYK
0, 72, 71, 31
Luminance
0.1155
Every format
| HEX | #af3133 |
| RGB | rgb(175, 49, 51) |
| HSL | hsl(359, 56%, 44%) |
| CMYK | cmyk(0%, 72%, 71%, 31%) |
| LAB | lab(40.5 50.8 29.1) |
| LCH | lch(40.5 58.5 29.8) |
| OKLCH | oklch(0.507 0.163 24.3) |
Copy-ready code
/* CSS */
color: #af3133;
background-color: #af3133;
/* Tailwind (arbitrary) */
class="text-[#af3133] bg-[#af3133]"
/* SCSS */
$brand: #af3133;
/* SwiftUI */
Color(red: 0.686, green: 0.192, blue: 0.200)
/* Android */
Color.parseColor("#af3133")Accessibility — WCAG contrast
Aa
#af3133 on white: 6.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af3133 on black: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green19.2%
Blue20.0%
CMYK percentages
Cyan0.0%
Magenta72.0%
Yellow70.9%
Key (black)31.4%
Color previews
#af3133 text on a black background
contrast 3.31:1
Card sample
#af3133 text on a white background
contrast 6.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3133;
Background color
Panel with #af3133 background
background-color: #af3133;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3133;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 49, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 49, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3133; background: linear-gradient(135deg, #af3133, #AF8331);