#df1bee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 27, 238
HSL
296°, 86%, 52%
CMYK
6, 89, 0, 7
Luminance
0.2264
Every format
| HEX | #df1bee |
| RGB | rgb(223, 27, 238) |
| HSL | hsl(296, 86%, 52%) |
| CMYK | cmyk(6%, 89%, 0%, 7%) |
| LAB | lab(54.7 88.5 -60.6) |
| LCH | lch(54.7 107.3 325.6) |
| OKLCH | oklch(0.649 0.293 324.7) |
Copy-ready code
/* CSS */
color: #df1bee;
background-color: #df1bee;
/* Tailwind (arbitrary) */
class="text-[#df1bee] bg-[#df1bee]"
/* SCSS */
$brand: #df1bee;
/* SwiftUI */
Color(red: 0.875, green: 0.106, blue: 0.933)
/* Android */
Color.parseColor("#df1bee")Accessibility — WCAG contrast
Aa
#df1bee on white: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df1bee on black: 5.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green10.6%
Blue93.3%
CMYK percentages
Cyan6.3%
Magenta88.7%
Yellow0.0%
Key (black)6.7%
Color previews
#df1bee text on a black background
contrast 5.53:1
Card sample
#df1bee text on a white background
contrast 3.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df1bee;
Background color
Panel with #df1bee background
background-color: #df1bee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df1bee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 27, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 27, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df1bee; background: linear-gradient(135deg, #df1bee, #EE1B71);