#df90eb
a light, vivid magenta / pink · warm · closest name: violet
RGB
223, 144, 235
HSL
292°, 70%, 74%
CMYK
5, 39, 0, 8
Luminance
0.4163
Every format
| HEX | #df90eb |
| RGB | rgb(223, 144, 235) |
| HSL | hsl(292, 70%, 74%) |
| CMYK | cmyk(5%, 39%, 0%, 8%) |
| LAB | lab(70.6 44.3 -33.9) |
| LCH | lch(70.6 55.8 322.6) |
| OKLCH | oklch(0.765 0.151 322.1) |
Copy-ready code
/* CSS */
color: #df90eb;
background-color: #df90eb;
/* Tailwind (arbitrary) */
class="text-[#df90eb] bg-[#df90eb]"
/* SCSS */
$brand: #df90eb;
/* SwiftUI */
Color(red: 0.875, green: 0.565, blue: 0.922)
/* Android */
Color.parseColor("#df90eb")Accessibility — WCAG contrast
Aa
#df90eb on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df90eb on black: 9.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green56.5%
Blue92.2%
CMYK percentages
Cyan5.1%
Magenta38.7%
Yellow0.0%
Key (black)7.8%
Color previews
#df90eb text on a black background
contrast 9.33:1
Card sample
#df90eb text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df90eb;
Background color
Panel with #df90eb background
background-color: #df90eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df90eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 144, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 144, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df90eb; background: linear-gradient(135deg, #df90eb, #EB90BA);