#df30ce
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
223, 48, 206
HSL
306°, 73%, 53%
CMYK
0, 79, 8, 13
Luminance
0.2226
Every format
| HEX | #df30ce |
| RGB | rgb(223, 48, 206) |
| HSL | hsl(306, 73%, 53%) |
| CMYK | cmyk(0%, 79%, 8%, 13%) |
| LAB | lab(54.3 79.7 -43.1) |
| LCH | lch(54.3 90.6 331.6) |
| OKLCH | oklch(0.640 0.259 332.7) |
Copy-ready code
/* CSS */
color: #df30ce;
background-color: #df30ce;
/* Tailwind (arbitrary) */
class="text-[#df30ce] bg-[#df30ce]"
/* SCSS */
$brand: #df30ce;
/* SwiftUI */
Color(red: 0.875, green: 0.188, blue: 0.808)
/* Android */
Color.parseColor("#df30ce")Accessibility — WCAG contrast
Aa
#df30ce on white: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df30ce on black: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green18.8%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta78.5%
Yellow7.6%
Key (black)12.5%
Color previews
#df30ce text on a black background
contrast 5.45:1
Card sample
#df30ce text on a white background
contrast 3.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df30ce;
Background color
Panel with #df30ce background
background-color: #df30ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df30ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 48, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 48, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df30ce; background: linear-gradient(135deg, #df30ce, #DF3059);