#af3045
a dark, vivid red · warm · closest name: firebrick
RGB
175, 48, 69
HSL
350°, 57%, 44%
CMYK
0, 73, 61, 31
Luminance
0.1166
Every format
| HEX | #af3045 |
| RGB | rgb(175, 48, 69) |
| HSL | hsl(350, 57%, 44%) |
| CMYK | cmyk(0%, 73%, 61%, 31%) |
| LAB | lab(40.7 52.2 18.2) |
| LCH | lch(40.7 55.3 19.2) |
| OKLCH | oklch(0.509 0.163 15.9) |
Copy-ready code
/* CSS */
color: #af3045;
background-color: #af3045;
/* Tailwind (arbitrary) */
class="text-[#af3045] bg-[#af3045]"
/* SCSS */
$brand: #af3045;
/* SwiftUI */
Color(red: 0.686, green: 0.188, blue: 0.271)
/* Android */
Color.parseColor("#af3045")Accessibility — WCAG contrast
Aa
#af3045 on white: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af3045 on black: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green18.8%
Blue27.1%
CMYK percentages
Cyan0.0%
Magenta72.6%
Yellow60.6%
Key (black)31.4%
Color previews
#af3045 text on a black background
contrast 3.33:1
Card sample
#af3045 text on a white background
contrast 6.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3045;
Background color
Panel with #af3045 background
background-color: #af3045;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3045;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 48, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 48, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3045; background: linear-gradient(135deg, #af3045, #AF7030);