#df97ee
a light, vivid violet · warm · closest name: plum
RGB
223, 151, 238
HSL
290°, 72%, 76%
CMYK
6, 37, 0, 7
Luminance
0.4399
Every format
| HEX | #df97ee |
| RGB | rgb(223, 151, 238) |
| HSL | hsl(290, 72%, 76%) |
| CMYK | cmyk(6%, 37%, 0%, 7%) |
| LAB | lab(72.2 41.2 -33.0) |
| LCH | lch(72.2 52.8 321.3) |
| OKLCH | oklch(0.777 0.142 320.5) |
Copy-ready code
/* CSS */
color: #df97ee;
background-color: #df97ee;
/* Tailwind (arbitrary) */
class="text-[#df97ee] bg-[#df97ee]"
/* SCSS */
$brand: #df97ee;
/* SwiftUI */
Color(red: 0.875, green: 0.592, blue: 0.933)
/* Android */
Color.parseColor("#df97ee")Accessibility — WCAG contrast
Aa
#df97ee on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df97ee on black: 9.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green59.2%
Blue93.3%
CMYK percentages
Cyan6.3%
Magenta36.6%
Yellow0.0%
Key (black)6.7%
Color previews
#df97ee text on a black background
contrast 9.80:1
Card sample
#df97ee text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df97ee;
Background color
Panel with #df97ee background
background-color: #df97ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df97ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 151, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 151, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df97ee; background: linear-gradient(135deg, #df97ee, #EE97C3);