#df24ce
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
223, 36, 206
HSL
306°, 75%, 51%
CMYK
0, 84, 8, 13
Luminance
0.2141
Every format
| HEX | #df24ce |
| RGB | rgb(223, 36, 206) |
| HSL | hsl(306, 75%, 51%) |
| CMYK | cmyk(0%, 84%, 8%, 13%) |
| LAB | lab(53.4 82.3 -44.6) |
| LCH | lch(53.4 93.6 331.6) |
| OKLCH | oklch(0.634 0.267 332.7) |
Copy-ready code
/* CSS */
color: #df24ce;
background-color: #df24ce;
/* Tailwind (arbitrary) */
class="text-[#df24ce] bg-[#df24ce]"
/* SCSS */
$brand: #df24ce;
/* SwiftUI */
Color(red: 0.875, green: 0.141, blue: 0.808)
/* Android */
Color.parseColor("#df24ce")Accessibility — WCAG contrast
Aa
#df24ce on white: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df24ce on black: 5.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green14.1%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta83.9%
Yellow7.6%
Key (black)12.5%
Color previews
#df24ce text on a black background
contrast 5.28:1
Card sample
#df24ce text on a white background
contrast 3.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df24ce;
Background color
Panel with #df24ce background
background-color: #df24ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df24ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 36, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 36, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df24ce; background: linear-gradient(135deg, #df24ce, #DF2451);