#df8ceb
a light, vivid magenta / pink · warm · closest name: violet
RGB
223, 140, 235
HSL
292°, 70%, 74%
CMYK
5, 40, 0, 8
Luminance
0.4044
Every format
| HEX | #df8ceb |
| RGB | rgb(223, 140, 235) |
| HSL | hsl(292, 70%, 74%) |
| CMYK | cmyk(5%, 40%, 0%, 8%) |
| LAB | lab(69.8 46.4 -35.2) |
| LCH | lch(69.8 58.2 322.8) |
| OKLCH | oklch(0.758 0.158 322.3) |
Copy-ready code
/* CSS */
color: #df8ceb;
background-color: #df8ceb;
/* Tailwind (arbitrary) */
class="text-[#df8ceb] bg-[#df8ceb]"
/* SCSS */
$brand: #df8ceb;
/* SwiftUI */
Color(red: 0.875, green: 0.549, blue: 0.922)
/* Android */
Color.parseColor("#df8ceb")Accessibility — WCAG contrast
Aa
#df8ceb on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df8ceb on black: 9.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green54.9%
Blue92.2%
CMYK percentages
Cyan5.1%
Magenta40.4%
Yellow0.0%
Key (black)7.8%
Color previews
#df8ceb text on a black background
contrast 9.09:1
Card sample
#df8ceb text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df8ceb;
Background color
Panel with #df8ceb background
background-color: #df8ceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df8ceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 140, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 140, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df8ceb; background: linear-gradient(135deg, #df8ceb, #EB8CB8);