#df8cea
a light, vivid magenta / pink · warm · closest name: violet
RGB
223, 140, 234
HSL
293°, 69%, 73%
CMYK
5, 40, 0, 8
Luminance
0.4038
Every format
| HEX | #df8cea |
| RGB | rgb(223, 140, 234) |
| HSL | hsl(293, 69%, 73%) |
| CMYK | cmyk(5%, 40%, 0%, 8%) |
| LAB | lab(69.7 46.2 -34.7) |
| LCH | lch(69.7 57.8 323.1) |
| OKLCH | oklch(0.758 0.157 322.7) |
Copy-ready code
/* CSS */
color: #df8cea;
background-color: #df8cea;
/* Tailwind (arbitrary) */
class="text-[#df8cea] bg-[#df8cea]"
/* SCSS */
$brand: #df8cea;
/* SwiftUI */
Color(red: 0.875, green: 0.549, blue: 0.918)
/* Android */
Color.parseColor("#df8cea")Accessibility — WCAG contrast
Aa
#df8cea on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df8cea on black: 9.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green54.9%
Blue91.8%
CMYK percentages
Cyan4.7%
Magenta40.2%
Yellow0.0%
Key (black)8.2%
Color previews
#df8cea text on a black background
contrast 9.08:1
Card sample
#df8cea text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df8cea;
Background color
Panel with #df8cea background
background-color: #df8cea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df8cea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 140, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 140, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df8cea; background: linear-gradient(135deg, #df8cea, #EA8CB6);