#af3243
a dark, vivid red · warm · closest name: firebrick
RGB
175, 50, 67
HSL
352°, 56%, 44%
CMYK
0, 71, 62, 31
Luminance
0.1180
Every format
| HEX | #af3243 |
| RGB | rgb(175, 50, 67) |
| HSL | hsl(352, 56%, 44%) |
| CMYK | cmyk(0%, 71%, 62%, 31%) |
| LAB | lab(40.9 51.3 19.8) |
| LCH | lch(40.9 55.0 21.1) |
| OKLCH | oklch(0.510 0.161 17.4) |
Copy-ready code
/* CSS */
color: #af3243;
background-color: #af3243;
/* Tailwind (arbitrary) */
class="text-[#af3243] bg-[#af3243]"
/* SCSS */
$brand: #af3243;
/* SwiftUI */
Color(red: 0.686, green: 0.196, blue: 0.263)
/* Android */
Color.parseColor("#af3243")Accessibility — WCAG contrast
Aa
#af3243 on white: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af3243 on black: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green19.6%
Blue26.3%
CMYK percentages
Cyan0.0%
Magenta71.4%
Yellow61.7%
Key (black)31.4%
Color previews
#af3243 text on a black background
contrast 3.36:1
Card sample
#af3243 text on a white background
contrast 6.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3243;
Background color
Panel with #af3243 background
background-color: #af3243;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3243;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 50, 67, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 50, 67, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3243; background: linear-gradient(135deg, #af3243, #AF7432);