#df0ceb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 12, 235
HSL
297°, 90%, 48%
CMYK
5, 95, 0, 8
Luminance
0.2195
Every format
| HEX | #df0ceb |
| RGB | rgb(223, 12, 235) |
| HSL | hsl(297, 90%, 48%) |
| CMYK | cmyk(5%, 95%, 0%, 8%) |
| LAB | lab(54.0 89.7 -60.1) |
| LCH | lch(54.0 108.0 326.2) |
| OKLCH | oklch(0.643 0.296 325.5) |
Copy-ready code
/* CSS */
color: #df0ceb;
background-color: #df0ceb;
/* Tailwind (arbitrary) */
class="text-[#df0ceb] bg-[#df0ceb]"
/* SCSS */
$brand: #df0ceb;
/* SwiftUI */
Color(red: 0.875, green: 0.047, blue: 0.922)
/* Android */
Color.parseColor("#df0ceb")Accessibility — WCAG contrast
Aa
#df0ceb on white: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df0ceb on black: 5.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green4.7%
Blue92.2%
CMYK percentages
Cyan5.1%
Magenta94.9%
Yellow0.0%
Key (black)7.8%
Color previews
#df0ceb text on a black background
contrast 5.39:1
Card sample
#df0ceb text on a white background
contrast 3.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df0ceb;
Background color
Panel with #df0ceb background
background-color: #df0ceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df0ceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 12, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 12, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df0ceb; background: linear-gradient(135deg, #df0ceb, #EB0C62);