#af3333
a dark, vivid red · warm · closest name: firebrick
RGB
175, 51, 51
HSL
0°, 55%, 44%
CMYK
0, 71, 71, 31
Luminance
0.1172
Every format
| HEX | #af3333 |
| RGB | rgb(175, 51, 51) |
| HSL | hsl(0, 55%, 44%) |
| CMYK | cmyk(0%, 71%, 71%, 31%) |
| LAB | lab(40.8 50.0 29.4) |
| LCH | lch(40.8 58.0 30.5) |
| OKLCH | oklch(0.509 0.161 24.9) |
Copy-ready code
/* CSS */
color: #af3333;
background-color: #af3333;
/* Tailwind (arbitrary) */
class="text-[#af3333] bg-[#af3333]"
/* SCSS */
$brand: #af3333;
/* SwiftUI */
Color(red: 0.686, green: 0.200, blue: 0.200)
/* Android */
Color.parseColor("#af3333")Accessibility — WCAG contrast
Aa
#af3333 on white: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af3333 on black: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green20.0%
Blue20.0%
CMYK percentages
Cyan0.0%
Magenta70.9%
Yellow70.9%
Key (black)31.4%
Color previews
#af3333 text on a black background
contrast 3.34:1
Card sample
#af3333 text on a white background
contrast 6.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3333;
Background color
Panel with #af3333 background
background-color: #af3333;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3333;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 51, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 51, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3333; background: linear-gradient(135deg, #af3333, #AF8633);