#df6feb
a light, electric magenta / pink · warm · closest name: violet
RGB
223, 111, 235
HSL
294°, 76%, 68%
CMYK
5, 53, 0, 8
Luminance
0.3306
Every format
| HEX | #df6feb |
| RGB | rgb(223, 111, 235) |
| HSL | hsl(294, 76%, 68%) |
| CMYK | cmyk(5%, 53%, 0%, 8%) |
| LAB | lab(64.2 60.9 -43.9) |
| LCH | lch(64.2 75.0 324.2) |
| OKLCH | oklch(0.717 0.205 323.7) |
Copy-ready code
/* CSS */
color: #df6feb;
background-color: #df6feb;
/* Tailwind (arbitrary) */
class="text-[#df6feb] bg-[#df6feb]"
/* SCSS */
$brand: #df6feb;
/* SwiftUI */
Color(red: 0.875, green: 0.435, blue: 0.922)
/* Android */
Color.parseColor("#df6feb")Accessibility — WCAG contrast
Aa
#df6feb on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df6feb on black: 7.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green43.5%
Blue92.2%
CMYK percentages
Cyan5.1%
Magenta52.8%
Yellow0.0%
Key (black)7.8%
Color previews
#df6feb text on a black background
contrast 7.61:1
Card sample
#df6feb text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6feb;
Background color
Panel with #df6feb background
background-color: #df6feb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6feb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 111, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 111, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6feb; background: linear-gradient(135deg, #df6feb, #EB6FA4);