#df1ceb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 28, 235
HSL
297°, 84%, 52%
CMYK
5, 88, 0, 8
Luminance
0.2252
Every format
| HEX | #df1ceb |
| RGB | rgb(223, 28, 235) |
| HSL | hsl(297, 84%, 52%) |
| CMYK | cmyk(5%, 88%, 0%, 8%) |
| LAB | lab(54.6 87.9 -59.2) |
| LCH | lch(54.6 106.0 326.1) |
| OKLCH | oklch(0.648 0.291 325.4) |
Copy-ready code
/* CSS */
color: #df1ceb;
background-color: #df1ceb;
/* Tailwind (arbitrary) */
class="text-[#df1ceb] bg-[#df1ceb]"
/* SCSS */
$brand: #df1ceb;
/* SwiftUI */
Color(red: 0.875, green: 0.110, blue: 0.922)
/* Android */
Color.parseColor("#df1ceb")Accessibility — WCAG contrast
Aa
#df1ceb on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df1ceb on black: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green11.0%
Blue92.2%
CMYK percentages
Cyan5.1%
Magenta88.1%
Yellow0.0%
Key (black)7.8%
Color previews
#df1ceb text on a black background
contrast 5.50:1
Card sample
#df1ceb text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df1ceb;
Background color
Panel with #df1ceb background
background-color: #df1ceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df1ceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 28, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 28, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df1ceb; background: linear-gradient(135deg, #df1ceb, #EB1C6D);