#df3ceb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 60, 235
HSL
296°, 81%, 58%
CMYK
5, 75, 0, 8
Luminance
0.2492
Every format
| HEX | #df3ceb |
| RGB | rgb(223, 60, 235) |
| HSL | hsl(296, 81%, 58%) |
| CMYK | cmyk(5%, 75%, 0%, 8%) |
| LAB | lab(57.0 80.9 -55.3) |
| LCH | lch(57.0 98.0 325.6) |
| OKLCH | oklch(0.665 0.269 325.0) |
Copy-ready code
/* CSS */
color: #df3ceb;
background-color: #df3ceb;
/* Tailwind (arbitrary) */
class="text-[#df3ceb] bg-[#df3ceb]"
/* SCSS */
$brand: #df3ceb;
/* SwiftUI */
Color(red: 0.875, green: 0.235, blue: 0.922)
/* Android */
Color.parseColor("#df3ceb")Accessibility — WCAG contrast
Aa
#df3ceb on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df3ceb on black: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green23.5%
Blue92.2%
CMYK percentages
Cyan5.1%
Magenta74.5%
Yellow0.0%
Key (black)7.8%
Color previews
#df3ceb text on a black background
contrast 5.98:1
Card sample
#df3ceb text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df3ceb;
Background color
Panel with #df3ceb background
background-color: #df3ceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df3ceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 60, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 60, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df3ceb; background: linear-gradient(135deg, #df3ceb, #EB3C82);