#df2a4b
a balanced, vivid red · warm · closest name: crimson
RGB
223, 42, 75
HSL
349°, 74%, 52%
CMYK
0, 81, 66, 13
Luminance
0.1785
Every format
| HEX | #df2a4b |
| RGB | rgb(223, 42, 75) |
| HSL | hsl(349, 74%, 52%) |
| CMYK | cmyk(0%, 81%, 66%, 13%) |
| LAB | lab(49.3 68.2 27.5) |
| LCH | lch(49.3 73.5 22.0) |
| OKLCH | oklch(0.590 0.213 17.8) |
Copy-ready code
/* CSS */
color: #df2a4b;
background-color: #df2a4b;
/* Tailwind (arbitrary) */
class="text-[#df2a4b] bg-[#df2a4b]"
/* SCSS */
$brand: #df2a4b;
/* SwiftUI */
Color(red: 0.875, green: 0.165, blue: 0.294)
/* Android */
Color.parseColor("#df2a4b")Accessibility — WCAG contrast
Aa
#df2a4b on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df2a4b on black: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green16.5%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta81.2%
Yellow66.4%
Key (black)12.5%
Color previews
#df2a4b text on a black background
contrast 4.57:1
Card sample
#df2a4b text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df2a4b;
Background color
Panel with #df2a4b background
background-color: #df2a4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df2a4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 42, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 42, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df2a4b; background: linear-gradient(135deg, #df2a4b, #DF822A);