#df6fe6
a light, vivid magenta / pink · warm · closest name: violet
RGB
223, 111, 230
HSL
297°, 70%, 67%
CMYK
3, 52, 0, 10
Luminance
0.3277
Every format
| HEX | #df6fe6 |
| RGB | rgb(223, 111, 230) |
| HSL | hsl(297, 70%, 67%) |
| CMYK | cmyk(3%, 52%, 0%, 10%) |
| LAB | lab(64.0 60.0 -41.5) |
| LCH | lch(64.0 72.9 325.3) |
| OKLCH | oklch(0.715 0.200 325.2) |
Copy-ready code
/* CSS */
color: #df6fe6;
background-color: #df6fe6;
/* Tailwind (arbitrary) */
class="text-[#df6fe6] bg-[#df6fe6]"
/* SCSS */
$brand: #df6fe6;
/* SwiftUI */
Color(red: 0.875, green: 0.435, blue: 0.902)
/* Android */
Color.parseColor("#df6fe6")Accessibility — WCAG contrast
Aa
#df6fe6 on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df6fe6 on black: 7.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green43.5%
Blue90.2%
CMYK percentages
Cyan3.0%
Magenta51.7%
Yellow0.0%
Key (black)9.8%
Color previews
#df6fe6 text on a black background
contrast 7.55:1
Card sample
#df6fe6 text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6fe6;
Background color
Panel with #df6fe6 background
background-color: #df6fe6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6fe6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 111, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 111, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6fe6; background: linear-gradient(135deg, #df6fe6, #E66F9E);