#df0ebc
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 14, 188
HSL
310°, 88%, 47%
CMYK
0, 94, 16, 13
Luminance
0.1963
Every format
| HEX | #df0ebc |
| RGB | rgb(223, 14, 188) |
| HSL | hsl(310, 88%, 47%) |
| CMYK | cmyk(0%, 94%, 16%, 13%) |
| LAB | lab(51.4 83.0 -37.3) |
| LCH | lch(51.4 91.0 335.8) |
| OKLCH | oklch(0.617 0.267 337.6) |
Copy-ready code
/* CSS */
color: #df0ebc;
background-color: #df0ebc;
/* Tailwind (arbitrary) */
class="text-[#df0ebc] bg-[#df0ebc]"
/* SCSS */
$brand: #df0ebc;
/* SwiftUI */
Color(red: 0.875, green: 0.055, blue: 0.737)
/* Android */
Color.parseColor("#df0ebc")Accessibility — WCAG contrast
Aa
#df0ebc on white: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df0ebc on black: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green5.5%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta93.7%
Yellow15.7%
Key (black)12.5%
Color previews
#df0ebc text on a black background
contrast 4.93:1
Card sample
#df0ebc text on a white background
contrast 4.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df0ebc;
Background color
Panel with #df0ebc background
background-color: #df0ebc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df0ebc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 14, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 14, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df0ebc; background: linear-gradient(135deg, #df0ebc, #DF0E31);