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