#df8aef
a light, electric magenta / pink · warm · closest name: violet
RGB
223, 138, 239
HSL
291°, 76%, 74%
CMYK
7, 42, 0, 6
Luminance
0.4010
Every format
| HEX | #df8aef |
| RGB | rgb(223, 138, 239) |
| HSL | hsl(291, 76%, 74%) |
| CMYK | cmyk(7%, 42%, 0%, 6%) |
| LAB | lab(69.5 48.2 -37.7) |
| LCH | lch(69.5 61.2 321.9) |
| OKLCH | oklch(0.757 0.165 321.1) |
Copy-ready code
/* CSS */
color: #df8aef;
background-color: #df8aef;
/* Tailwind (arbitrary) */
class="text-[#df8aef] bg-[#df8aef]"
/* SCSS */
$brand: #df8aef;
/* SwiftUI */
Color(red: 0.875, green: 0.541, blue: 0.937)
/* Android */
Color.parseColor("#df8aef")Accessibility — WCAG contrast
Aa
#df8aef on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df8aef on black: 9.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green54.1%
Blue93.7%
CMYK percentages
Cyan6.7%
Magenta42.3%
Yellow0.0%
Key (black)6.3%
Color previews
#df8aef text on a black background
contrast 9.02:1
Card sample
#df8aef text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df8aef;
Background color
Panel with #df8aef background
background-color: #df8aef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df8aef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 138, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 138, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df8aef; background: linear-gradient(135deg, #df8aef, #EF8ABC);