#df5ceb
a balanced, electric magenta / pink · warm · closest name: violet
RGB
223, 92, 235
HSL
295°, 78%, 64%
CMYK
5, 61, 0, 8
Luminance
0.2934
Every format
| HEX | #df5ceb |
| RGB | rgb(223, 92, 235) |
| HSL | hsl(295, 78%, 64%) |
| CMYK | cmyk(5%, 61%, 0%, 8%) |
| LAB | lab(61.1 69.3 -48.8) |
| LCH | lch(61.1 84.8 324.9) |
| OKLCH | oklch(0.694 0.232 324.3) |
Copy-ready code
/* CSS */
color: #df5ceb;
background-color: #df5ceb;
/* Tailwind (arbitrary) */
class="text-[#df5ceb] bg-[#df5ceb]"
/* SCSS */
$brand: #df5ceb;
/* SwiftUI */
Color(red: 0.875, green: 0.361, blue: 0.922)
/* Android */
Color.parseColor("#df5ceb")Accessibility — WCAG contrast
Aa
#df5ceb on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df5ceb on black: 6.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green36.1%
Blue92.2%
CMYK percentages
Cyan5.1%
Magenta60.9%
Yellow0.0%
Key (black)7.8%
Color previews
#df5ceb text on a black background
contrast 6.87:1
Card sample
#df5ceb text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df5ceb;
Background color
Panel with #df5ceb background
background-color: #df5ceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df5ceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 92, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 92, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df5ceb; background: linear-gradient(135deg, #df5ceb, #EB5C98);