#d01f39
a balanced, vivid red · warm · closest name: crimson
RGB
208, 31, 57
HSL
351°, 74%, 47%
CMYK
0, 85, 73, 18
Luminance
0.1469
Every format
| HEX | #d01f39 |
| RGB | rgb(208, 31, 57) |
| HSL | hsl(351, 74%, 47%) |
| CMYK | cmyk(0%, 85%, 73%, 18%) |
| LAB | lab(45.2 65.8 32.6) |
| LCH | lch(45.2 73.5 26.4) |
| OKLCH | oklch(0.553 0.207 21.0) |
Copy-ready code
/* CSS */
color: #d01f39;
background-color: #d01f39;
/* Tailwind (arbitrary) */
class="text-[#d01f39] bg-[#d01f39]"
/* SCSS */
$brand: #d01f39;
/* SwiftUI */
Color(red: 0.816, green: 0.122, blue: 0.224)
/* Android */
Color.parseColor("#d01f39")Accessibility — WCAG contrast
Aa
#d01f39 on white: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#d01f39 on black: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green12.2%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta85.1%
Yellow72.6%
Key (black)18.4%
Color previews
#d01f39 text on a black background
contrast 3.94:1
Card sample
#d01f39 text on a white background
contrast 5.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d01f39;
Background color
Panel with #d01f39 background
background-color: #d01f39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d01f39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 31, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 31, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d01f39; background: linear-gradient(135deg, #d01f39, #D07B1F);