#df239d
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 35, 157
HSL
321°, 75%, 51%
CMYK
0, 84, 30, 13
Luminance
0.1932
Every format
| HEX | #df239d |
| RGB | rgb(223, 35, 157) |
| HSL | hsl(321, 75%, 51%) |
| CMYK | cmyk(0%, 84%, 30%, 13%) |
| LAB | lab(51.1 76.4 -19.6) |
| LCH | lch(51.1 78.9 345.6) |
| OKLCH | oklch(0.610 0.239 347.5) |
Copy-ready code
/* CSS */
color: #df239d;
background-color: #df239d;
/* Tailwind (arbitrary) */
class="text-[#df239d] bg-[#df239d]"
/* SCSS */
$brand: #df239d;
/* SwiftUI */
Color(red: 0.875, green: 0.137, blue: 0.616)
/* Android */
Color.parseColor("#df239d")Accessibility — WCAG contrast
Aa
#df239d on white: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df239d on black: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green13.7%
Blue61.6%
CMYK percentages
Cyan0.0%
Magenta84.3%
Yellow29.6%
Key (black)12.5%
Color previews
#df239d text on a black background
contrast 4.86:1
Card sample
#df239d text on a white background
contrast 4.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df239d;
Background color
Panel with #df239d background
background-color: #df239d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df239d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 35, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 35, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df239d; background: linear-gradient(135deg, #df239d, #DF2723);