#df2d68
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
223, 45, 104
HSL
340°, 74%, 53%
CMYK
0, 80, 53, 13
Luminance
0.1856
Every format
| HEX | #df2d68 |
| RGB | rgb(223, 45, 104) |
| HSL | hsl(340, 74%, 53%) |
| CMYK | cmyk(0%, 80%, 53%, 13%) |
| LAB | lab(50.2 69.2 11.1) |
| LCH | lch(50.2 70.1 9.1) |
| OKLCH | oklch(0.598 0.213 7.6) |
Copy-ready code
/* CSS */
color: #df2d68;
background-color: #df2d68;
/* Tailwind (arbitrary) */
class="text-[#df2d68] bg-[#df2d68]"
/* SCSS */
$brand: #df2d68;
/* SwiftUI */
Color(red: 0.875, green: 0.176, blue: 0.408)
/* Android */
Color.parseColor("#df2d68")Accessibility — WCAG contrast
Aa
#df2d68 on white: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df2d68 on black: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green17.6%
Blue40.8%
CMYK percentages
Cyan0.0%
Magenta79.8%
Yellow53.4%
Key (black)12.5%
Color previews
#df2d68 text on a black background
contrast 4.71:1
Card sample
#df2d68 text on a white background
contrast 4.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df2d68;
Background color
Panel with #df2d68 background
background-color: #df2d68;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df2d68;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 45, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 45, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df2d68; background: linear-gradient(135deg, #df2d68, #DF682D);