#df4bee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 75, 238
HSL
295°, 83%, 61%
CMYK
6, 69, 0, 7
Luminance
0.2689
Every format
| HEX | #df4bee |
| RGB | rgb(223, 75, 238) |
| HSL | hsl(295, 83%, 61%) |
| CMYK | cmyk(6%, 69%, 0%, 7%) |
| LAB | lab(58.9 76.5 -54.0) |
| LCH | lch(58.9 93.6 324.8) |
| OKLCH | oklch(0.679 0.255 323.9) |
Copy-ready code
/* CSS */
color: #df4bee;
background-color: #df4bee;
/* Tailwind (arbitrary) */
class="text-[#df4bee] bg-[#df4bee]"
/* SCSS */
$brand: #df4bee;
/* SwiftUI */
Color(red: 0.875, green: 0.294, blue: 0.933)
/* Android */
Color.parseColor("#df4bee")Accessibility — WCAG contrast
Aa
#df4bee on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df4bee on black: 6.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green29.4%
Blue93.3%
CMYK percentages
Cyan6.3%
Magenta68.5%
Yellow0.0%
Key (black)6.7%
Color previews
#df4bee text on a black background
contrast 6.38:1
Card sample
#df4bee text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df4bee;
Background color
Panel with #df4bee background
background-color: #df4bee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df4bee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 75, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 75, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df4bee; background: linear-gradient(135deg, #df4bee, #EE4B90);