#df2160
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
223, 33, 96
HSL
340°, 75%, 50%
CMYK
0, 85, 57, 13
Luminance
0.1762
Every format
| HEX | #df2160 |
| RGB | rgb(223, 33, 96) |
| HSL | hsl(340, 75%, 50%) |
| CMYK | cmyk(0%, 85%, 57%, 13%) |
| LAB | lab(49.0 71.4 14.4) |
| LCH | lch(49.0 72.8 11.4) |
| OKLCH | oklch(0.589 0.220 9.4) |
Copy-ready code
/* CSS */
color: #df2160;
background-color: #df2160;
/* Tailwind (arbitrary) */
class="text-[#df2160] bg-[#df2160]"
/* SCSS */
$brand: #df2160;
/* SwiftUI */
Color(red: 0.875, green: 0.129, blue: 0.376)
/* Android */
Color.parseColor("#df2160")Accessibility — WCAG contrast
Aa
#df2160 on white: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df2160 on black: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green12.9%
Blue37.6%
CMYK percentages
Cyan0.0%
Magenta85.2%
Yellow57.0%
Key (black)12.5%
Color previews
#df2160 text on a black background
contrast 4.52:1
Card sample
#df2160 text on a white background
contrast 4.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df2160;
Background color
Panel with #df2160 background
background-color: #df2160;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df2160;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 33, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 33, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df2160; background: linear-gradient(135deg, #df2160, #DF6121);