#df237c
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
223, 35, 124
HSL
332°, 75%, 51%
CMYK
0, 84, 44, 13
Luminance
0.1835
Every format
| HEX | #df237c |
| RGB | rgb(223, 35, 124) |
| HSL | hsl(332, 75%, 51%) |
| CMYK | cmyk(0%, 84%, 44%, 13%) |
| LAB | lab(49.9 73.1 -1.5) |
| LCH | lch(49.9 73.2 358.8) |
| OKLCH | oklch(0.598 0.225 359.2) |
Copy-ready code
/* CSS */
color: #df237c;
background-color: #df237c;
/* Tailwind (arbitrary) */
class="text-[#df237c] bg-[#df237c]"
/* SCSS */
$brand: #df237c;
/* SwiftUI */
Color(red: 0.875, green: 0.137, blue: 0.486)
/* Android */
Color.parseColor("#df237c")Accessibility — WCAG contrast
Aa
#df237c on white: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df237c on black: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green13.7%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta84.3%
Yellow44.4%
Key (black)12.5%
Color previews
#df237c text on a black background
contrast 4.67:1
Card sample
#df237c text on a white background
contrast 4.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df237c;
Background color
Panel with #df237c background
background-color: #df237c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df237c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 35, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 35, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df237c; background: linear-gradient(135deg, #df237c, #DF4723);