#df4541
a balanced, vivid red · warm · closest name: crimson
RGB
223, 69, 65
HSL
2°, 71%, 57%
CMYK
0, 69, 71, 13
Luminance
0.2033
Every format
| HEX | #df4541 |
| RGB | rgb(223, 69, 65) |
| HSL | hsl(2, 71%, 57%) |
| CMYK | cmyk(0%, 69%, 71%, 13%) |
| LAB | lab(52.2 59.2 36.9) |
| LCH | lch(52.2 69.8 31.9) |
| OKLCH | oklch(0.611 0.192 26.1) |
Copy-ready code
/* CSS */
color: #df4541;
background-color: #df4541;
/* Tailwind (arbitrary) */
class="text-[#df4541] bg-[#df4541]"
/* SCSS */
$brand: #df4541;
/* SwiftUI */
Color(red: 0.875, green: 0.271, blue: 0.255)
/* Android */
Color.parseColor("#df4541")Accessibility — WCAG contrast
Aa
#df4541 on white: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df4541 on black: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green27.1%
Blue25.5%
CMYK percentages
Cyan0.0%
Magenta69.1%
Yellow70.9%
Key (black)12.5%
Color previews
#df4541 text on a black background
contrast 5.07:1
Card sample
#df4541 text on a white background
contrast 4.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df4541;
Background color
Panel with #df4541 background
background-color: #df4541;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df4541;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 69, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 69, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df4541; background: linear-gradient(135deg, #df4541, #DFAE41);