#df5fe9
a balanced, electric magenta / pink · warm · closest name: violet
RGB
223, 95, 233
HSL
296°, 76%, 64%
CMYK
4, 59, 0, 9
Luminance
0.2976
Every format
| HEX | #df5fe9 |
| RGB | rgb(223, 95, 233) |
| HSL | hsl(296, 76%, 64%) |
| CMYK | cmyk(4%, 59%, 0%, 9%) |
| LAB | lab(61.5 67.7 -47.1) |
| LCH | lch(61.5 82.5 325.2) |
| OKLCH | oklch(0.696 0.226 324.7) |
Copy-ready code
/* CSS */
color: #df5fe9;
background-color: #df5fe9;
/* Tailwind (arbitrary) */
class="text-[#df5fe9] bg-[#df5fe9]"
/* SCSS */
$brand: #df5fe9;
/* SwiftUI */
Color(red: 0.875, green: 0.373, blue: 0.914)
/* Android */
Color.parseColor("#df5fe9")Accessibility — WCAG contrast
Aa
#df5fe9 on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df5fe9 on black: 6.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green37.3%
Blue91.4%
CMYK percentages
Cyan4.3%
Magenta59.2%
Yellow0.0%
Key (black)8.6%
Color previews
#df5fe9 text on a black background
contrast 6.95:1
Card sample
#df5fe9 text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df5fe9;
Background color
Panel with #df5fe9 background
background-color: #df5fe9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df5fe9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 95, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 95, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df5fe9; background: linear-gradient(135deg, #df5fe9, #E95F97);