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