#df2d65
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
223, 45, 101
HSL
341°, 74%, 53%
CMYK
0, 80, 55, 13
Luminance
0.1850
Every format
| HEX | #df2d65 |
| RGB | rgb(223, 45, 101) |
| HSL | hsl(341, 74%, 53%) |
| CMYK | cmyk(0%, 80%, 55%, 13%) |
| LAB | lab(50.1 69.0 12.8) |
| LCH | lch(50.1 70.2 10.5) |
| OKLCH | oklch(0.597 0.212 8.8) |
Copy-ready code
/* CSS */
color: #df2d65;
background-color: #df2d65;
/* Tailwind (arbitrary) */
class="text-[#df2d65] bg-[#df2d65]"
/* SCSS */
$brand: #df2d65;
/* SwiftUI */
Color(red: 0.875, green: 0.176, blue: 0.396)
/* Android */
Color.parseColor("#df2d65")Accessibility — WCAG contrast
Aa
#df2d65 on white: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df2d65 on black: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green17.6%
Blue39.6%
CMYK percentages
Cyan0.0%
Magenta79.8%
Yellow54.7%
Key (black)12.5%
Color previews
#df2d65 text on a black background
contrast 4.70:1
Card sample
#df2d65 text on a white background
contrast 4.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df2d65;
Background color
Panel with #df2d65 background
background-color: #df2d65;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df2d65;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 45, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 45, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df2d65; background: linear-gradient(135deg, #df2d65, #DF6B2D);