#df2364
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
223, 35, 100
HSL
339°, 75%, 51%
CMYK
0, 84, 55, 13
Luminance
0.1781
Every format
| HEX | #df2364 |
| RGB | rgb(223, 35, 100) |
| HSL | hsl(339, 75%, 51%) |
| CMYK | cmyk(0%, 84%, 55%, 13%) |
| LAB | lab(49.3 71.3 12.2) |
| LCH | lch(49.3 72.3 9.7) |
| OKLCH | oklch(0.591 0.219 8.1) |
Copy-ready code
/* CSS */
color: #df2364;
background-color: #df2364;
/* Tailwind (arbitrary) */
class="text-[#df2364] bg-[#df2364]"
/* SCSS */
$brand: #df2364;
/* SwiftUI */
Color(red: 0.875, green: 0.137, blue: 0.392)
/* Android */
Color.parseColor("#df2364")Accessibility — WCAG contrast
Aa
#df2364 on white: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df2364 on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green13.7%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta84.3%
Yellow55.2%
Key (black)12.5%
Color previews
#df2364 text on a black background
contrast 4.56:1
Card sample
#df2364 text on a white background
contrast 4.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df2364;
Background color
Panel with #df2364 background
background-color: #df2364;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df2364;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 35, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 35, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df2364; background: linear-gradient(135deg, #df2364, #DF6023);