#df6fe9
a light, vivid magenta / pink · warm · closest name: violet
RGB
223, 111, 233
HSL
295°, 74%, 68%
CMYK
4, 52, 0, 9
Luminance
0.3294
Every format
| HEX | #df6fe9 |
| RGB | rgb(223, 111, 233) |
| HSL | hsl(295, 74%, 68%) |
| CMYK | cmyk(4%, 52%, 0%, 9%) |
| LAB | lab(64.1 60.5 -42.9) |
| LCH | lch(64.1 74.2 324.7) |
| OKLCH | oklch(0.716 0.203 324.2) |
Copy-ready code
/* CSS */
color: #df6fe9;
background-color: #df6fe9;
/* Tailwind (arbitrary) */
class="text-[#df6fe9] bg-[#df6fe9]"
/* SCSS */
$brand: #df6fe9;
/* SwiftUI */
Color(red: 0.875, green: 0.435, blue: 0.914)
/* Android */
Color.parseColor("#df6fe9")Accessibility — WCAG contrast
Aa
#df6fe9 on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df6fe9 on black: 7.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green43.5%
Blue91.4%
CMYK percentages
Cyan4.3%
Magenta52.4%
Yellow0.0%
Key (black)8.6%
Color previews
#df6fe9 text on a black background
contrast 7.59:1
Card sample
#df6fe9 text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6fe9;
Background color
Panel with #df6fe9 background
background-color: #df6fe9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6fe9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 111, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 111, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6fe9; background: linear-gradient(135deg, #df6fe9, #E96FA2);