#df6fe5
a light, vivid magenta / pink · warm · closest name: violet
RGB
223, 111, 229
HSL
297°, 69%, 67%
CMYK
3, 52, 0, 10
Luminance
0.3271
Every format
| HEX | #df6fe5 |
| RGB | rgb(223, 111, 229) |
| HSL | hsl(297, 69%, 67%) |
| CMYK | cmyk(3%, 52%, 0%, 10%) |
| LAB | lab(63.9 59.8 -41.0) |
| LCH | lch(63.9 72.5 325.6) |
| OKLCH | oklch(0.714 0.199 325.5) |
Copy-ready code
/* CSS */
color: #df6fe5;
background-color: #df6fe5;
/* Tailwind (arbitrary) */
class="text-[#df6fe5] bg-[#df6fe5]"
/* SCSS */
$brand: #df6fe5;
/* SwiftUI */
Color(red: 0.875, green: 0.435, blue: 0.898)
/* Android */
Color.parseColor("#df6fe5")Accessibility — WCAG contrast
Aa
#df6fe5 on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df6fe5 on black: 7.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green43.5%
Blue89.8%
CMYK percentages
Cyan2.6%
Magenta51.5%
Yellow0.0%
Key (black)10.2%
Color previews
#df6fe5 text on a black background
contrast 7.54:1
Card sample
#df6fe5 text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6fe5;
Background color
Panel with #df6fe5 background
background-color: #df6fe5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6fe5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 111, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 111, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6fe5; background: linear-gradient(135deg, #df6fe5, #E56F9D);