#df6ceb
a light, electric magenta / pink · warm · closest name: violet
RGB
223, 108, 235
HSL
294°, 76%, 67%
CMYK
5, 54, 0, 8
Luminance
0.3241
Every format
| HEX | #df6ceb |
| RGB | rgb(223, 108, 235) |
| HSL | hsl(294, 76%, 67%) |
| CMYK | cmyk(5%, 54%, 0%, 8%) |
| LAB | lab(63.7 62.3 -44.7) |
| LCH | lch(63.7 76.7 324.3) |
| OKLCH | oklch(0.713 0.209 323.8) |
Copy-ready code
/* CSS */
color: #df6ceb;
background-color: #df6ceb;
/* Tailwind (arbitrary) */
class="text-[#df6ceb] bg-[#df6ceb]"
/* SCSS */
$brand: #df6ceb;
/* SwiftUI */
Color(red: 0.875, green: 0.424, blue: 0.922)
/* Android */
Color.parseColor("#df6ceb")Accessibility — WCAG contrast
Aa
#df6ceb on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df6ceb on black: 7.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green42.4%
Blue92.2%
CMYK percentages
Cyan5.1%
Magenta54.0%
Yellow0.0%
Key (black)7.8%
Color previews
#df6ceb text on a black background
contrast 7.48:1
Card sample
#df6ceb text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6ceb;
Background color
Panel with #df6ceb background
background-color: #df6ceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6ceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 108, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 108, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6ceb; background: linear-gradient(135deg, #df6ceb, #EB6CA3);