#df236c
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
223, 35, 108
HSL
337°, 75%, 51%
CMYK
0, 84, 52, 13
Luminance
0.1797
Every format
| HEX | #df236c |
| RGB | rgb(223, 35, 108) |
| HSL | hsl(337, 75%, 51%) |
| CMYK | cmyk(0%, 84%, 52%, 13%) |
| LAB | lab(49.5 71.8 7.6) |
| LCH | lch(49.5 72.2 6.0) |
| OKLCH | oklch(0.593 0.221 5.2) |
Copy-ready code
/* CSS */
color: #df236c;
background-color: #df236c;
/* Tailwind (arbitrary) */
class="text-[#df236c] bg-[#df236c]"
/* SCSS */
$brand: #df236c;
/* SwiftUI */
Color(red: 0.875, green: 0.137, blue: 0.424)
/* Android */
Color.parseColor("#df236c")Accessibility — WCAG contrast
Aa
#df236c on white: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df236c on black: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green13.7%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta84.3%
Yellow51.6%
Key (black)12.5%
Color previews
#df236c text on a black background
contrast 4.59:1
Card sample
#df236c text on a white background
contrast 4.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df236c;
Background color
Panel with #df236c background
background-color: #df236c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df236c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 35, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 35, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df236c; background: linear-gradient(135deg, #df236c, #DF5723);