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