#df8fef
a light, electric magenta / pink · warm · closest name: violet
RGB
223, 143, 239
HSL
290°, 75%, 75%
CMYK
7, 40, 0, 6
Luminance
0.4156
Every format
| HEX | #df8fef |
| RGB | rgb(223, 143, 239) |
| HSL | hsl(290, 75%, 75%) |
| CMYK | cmyk(7%, 40%, 0%, 6%) |
| LAB | lab(70.6 45.6 -36.1) |
| LCH | lch(70.6 58.2 321.6) |
| OKLCH | oklch(0.765 0.157 320.8) |
Copy-ready code
/* CSS */
color: #df8fef;
background-color: #df8fef;
/* Tailwind (arbitrary) */
class="text-[#df8fef] bg-[#df8fef]"
/* SCSS */
$brand: #df8fef;
/* SwiftUI */
Color(red: 0.875, green: 0.561, blue: 0.937)
/* Android */
Color.parseColor("#df8fef")Accessibility — WCAG contrast
Aa
#df8fef on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df8fef on black: 9.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green56.1%
Blue93.7%
CMYK percentages
Cyan6.7%
Magenta40.2%
Yellow0.0%
Key (black)6.3%
Color previews
#df8fef text on a black background
contrast 9.31:1
Card sample
#df8fef text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df8fef;
Background color
Panel with #df8fef background
background-color: #df8fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df8fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 143, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 143, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df8fef; background: linear-gradient(135deg, #df8fef, #EF8FBF);