#af384b
a balanced, vivid red · warm · closest name: firebrick
RGB
175, 56, 75
HSL
350°, 52%, 45%
CMYK
0, 68, 57, 31
Luminance
0.1245
Every format
| HEX | #af384b |
| RGB | rgb(175, 56, 75) |
| HSL | hsl(350, 52%, 45%) |
| CMYK | cmyk(0%, 68%, 57%, 31%) |
| LAB | lab(41.9 49.5 16.1) |
| LCH | lch(41.9 52.1 18.1) |
| OKLCH | oklch(0.519 0.154 15.1) |
Copy-ready code
/* CSS */
color: #af384b;
background-color: #af384b;
/* Tailwind (arbitrary) */
class="text-[#af384b] bg-[#af384b]"
/* SCSS */
$brand: #af384b;
/* SwiftUI */
Color(red: 0.686, green: 0.220, blue: 0.294)
/* Android */
Color.parseColor("#af384b")Accessibility — WCAG contrast
Aa
#af384b on white: 6.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af384b on black: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green22.0%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta68.0%
Yellow57.1%
Key (black)31.4%
Color previews
#af384b text on a black background
contrast 3.49:1
Card sample
#af384b text on a white background
contrast 6.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af384b;
Background color
Panel with #af384b background
background-color: #af384b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af384b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 56, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 56, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af384b; background: linear-gradient(135deg, #af384b, #AF7438);