#df5fe6
a balanced, vivid magenta / pink · warm · closest name: violet
RGB
223, 95, 230
HSL
297°, 73%, 64%
CMYK
3, 59, 0, 10
Luminance
0.2959
Every format
| HEX | #df5fe6 |
| RGB | rgb(223, 95, 230) |
| HSL | hsl(297, 73%, 64%) |
| CMYK | cmyk(3%, 59%, 0%, 10%) |
| LAB | lab(61.3 67.2 -45.7) |
| LCH | lch(61.3 81.3 325.8) |
| OKLCH | oklch(0.695 0.224 325.6) |
Copy-ready code
/* CSS */
color: #df5fe6;
background-color: #df5fe6;
/* Tailwind (arbitrary) */
class="text-[#df5fe6] bg-[#df5fe6]"
/* SCSS */
$brand: #df5fe6;
/* SwiftUI */
Color(red: 0.875, green: 0.373, blue: 0.902)
/* Android */
Color.parseColor("#df5fe6")Accessibility — WCAG contrast
Aa
#df5fe6 on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df5fe6 on black: 6.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green37.3%
Blue90.2%
CMYK percentages
Cyan3.0%
Magenta58.7%
Yellow0.0%
Key (black)9.8%
Color previews
#df5fe6 text on a black background
contrast 6.92:1
Card sample
#df5fe6 text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df5fe6;
Background color
Panel with #df5fe6 background
background-color: #df5fe6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df5fe6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 95, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 95, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df5fe6; background: linear-gradient(135deg, #df5fe6, #E65F93);