#df7ceb
a light, vivid magenta / pink · warm · closest name: violet
RGB
223, 124, 235
HSL
294°, 74%, 70%
CMYK
5, 47, 0, 8
Luminance
0.3610
Every format
| HEX | #df7ceb |
| RGB | rgb(223, 124, 235) |
| HSL | hsl(294, 74%, 70%) |
| CMYK | cmyk(5%, 47%, 0%, 8%) |
| LAB | lab(66.6 54.6 -40.1) |
| LCH | lch(66.6 67.7 323.7) |
| OKLCH | oklch(0.735 0.184 323.1) |
Copy-ready code
/* CSS */
color: #df7ceb;
background-color: #df7ceb;
/* Tailwind (arbitrary) */
class="text-[#df7ceb] bg-[#df7ceb]"
/* SCSS */
$brand: #df7ceb;
/* SwiftUI */
Color(red: 0.875, green: 0.486, blue: 0.922)
/* Android */
Color.parseColor("#df7ceb")Accessibility — WCAG contrast
Aa
#df7ceb on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df7ceb on black: 8.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green48.6%
Blue92.2%
CMYK percentages
Cyan5.1%
Magenta47.2%
Yellow0.0%
Key (black)7.8%
Color previews
#df7ceb text on a black background
contrast 8.22:1
Card sample
#df7ceb text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df7ceb;
Background color
Panel with #df7ceb background
background-color: #df7ceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df7ceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 124, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 124, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df7ceb; background: linear-gradient(135deg, #df7ceb, #EB7CAD);