#d52f44
a balanced, vivid red · warm · closest name: crimson
RGB
213, 47, 68
HSL
352°, 66%, 51%
CMYK
0, 78, 68, 17
Luminance
0.1660
Every format
| HEX | #d52f44 |
| RGB | rgb(213, 47, 68) |
| HSL | hsl(352, 66%, 51%) |
| CMYK | cmyk(0%, 78%, 68%, 17%) |
| LAB | lab(47.8 63.8 29.4) |
| LCH | lch(47.8 70.2 24.7) |
| OKLCH | oklch(0.574 0.200 20.0) |
Copy-ready code
/* CSS */
color: #d52f44;
background-color: #d52f44;
/* Tailwind (arbitrary) */
class="text-[#d52f44] bg-[#d52f44]"
/* SCSS */
$brand: #d52f44;
/* SwiftUI */
Color(red: 0.835, green: 0.184, blue: 0.267)
/* Android */
Color.parseColor("#d52f44")Accessibility — WCAG contrast
Aa
#d52f44 on white: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#d52f44 on black: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.5%
Green18.4%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta77.9%
Yellow68.1%
Key (black)16.5%
Color previews
#d52f44 text on a black background
contrast 4.32:1
Card sample
#d52f44 text on a white background
contrast 4.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d52f44;
Background color
Panel with #d52f44 background
background-color: #d52f44;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d52f44;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(213, 47, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(213, 47, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d52f44; background: linear-gradient(135deg, #d52f44, #D5892F);