#df89eb
a light, vivid magenta / pink · warm · closest name: violet
RGB
223, 137, 235
HSL
293°, 71%, 73%
CMYK
5, 42, 0, 8
Luminance
0.3958
Every format
| HEX | #df89eb |
| RGB | rgb(223, 137, 235) |
| HSL | hsl(293, 71%, 73%) |
| CMYK | cmyk(5%, 42%, 0%, 8%) |
| LAB | lab(69.2 48.0 -36.1) |
| LCH | lch(69.2 60.0 323.0) |
| OKLCH | oklch(0.754 0.163 322.5) |
Copy-ready code
/* CSS */
color: #df89eb;
background-color: #df89eb;
/* Tailwind (arbitrary) */
class="text-[#df89eb] bg-[#df89eb]"
/* SCSS */
$brand: #df89eb;
/* SwiftUI */
Color(red: 0.875, green: 0.537, blue: 0.922)
/* Android */
Color.parseColor("#df89eb")Accessibility — WCAG contrast
Aa
#df89eb on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df89eb on black: 8.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green53.7%
Blue92.2%
CMYK percentages
Cyan5.1%
Magenta41.7%
Yellow0.0%
Key (black)7.8%
Color previews
#df89eb text on a black background
contrast 8.92:1
Card sample
#df89eb text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df89eb;
Background color
Panel with #df89eb background
background-color: #df89eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df89eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 137, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 137, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df89eb; background: linear-gradient(135deg, #df89eb, #EB89B5);