#df4ceb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 76, 235
HSL
296°, 80%, 61%
CMYK
5, 68, 0, 8
Luminance
0.2686
Every format
| HEX | #df4ceb |
| RGB | rgb(223, 76, 235) |
| HSL | hsl(296, 80%, 61%) |
| CMYK | cmyk(5%, 68%, 0%, 8%) |
| LAB | lab(58.8 75.6 -52.4) |
| LCH | lch(58.8 92.0 325.3) |
| OKLCH | oklch(0.678 0.252 324.7) |
Copy-ready code
/* CSS */
color: #df4ceb;
background-color: #df4ceb;
/* Tailwind (arbitrary) */
class="text-[#df4ceb] bg-[#df4ceb]"
/* SCSS */
$brand: #df4ceb;
/* SwiftUI */
Color(red: 0.875, green: 0.298, blue: 0.922)
/* Android */
Color.parseColor("#df4ceb")Accessibility — WCAG contrast
Aa
#df4ceb on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df4ceb on black: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green29.8%
Blue92.2%
CMYK percentages
Cyan5.1%
Magenta67.7%
Yellow0.0%
Key (black)7.8%
Color previews
#df4ceb text on a black background
contrast 6.37:1
Card sample
#df4ceb text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df4ceb;
Background color
Panel with #df4ceb background
background-color: #df4ceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df4ceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 76, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 76, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df4ceb; background: linear-gradient(135deg, #df4ceb, #EB4C8D);