#df3cef
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 60, 239
HSL
295°, 85%, 59%
CMYK
7, 75, 0, 6
Luminance
0.2515
Every format
| HEX | #df3cef |
| RGB | rgb(223, 60, 239) |
| HSL | hsl(295, 85%, 59%) |
| CMYK | cmyk(7%, 75%, 0%, 6%) |
| LAB | lab(57.2 81.5 -57.2) |
| LCH | lch(57.2 99.6 325.0) |
| OKLCH | oklch(0.667 0.272 324.0) |
Copy-ready code
/* CSS */
color: #df3cef;
background-color: #df3cef;
/* Tailwind (arbitrary) */
class="text-[#df3cef] bg-[#df3cef]"
/* SCSS */
$brand: #df3cef;
/* SwiftUI */
Color(red: 0.875, green: 0.235, blue: 0.937)
/* Android */
Color.parseColor("#df3cef")Accessibility — WCAG contrast
Aa
#df3cef on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df3cef on black: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green23.5%
Blue93.7%
CMYK percentages
Cyan6.7%
Magenta74.9%
Yellow0.0%
Key (black)6.3%
Color previews
#df3cef text on a black background
contrast 6.03:1
Card sample
#df3cef text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df3cef;
Background color
Panel with #df3cef background
background-color: #df3cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df3cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 60, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 60, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df3cef; background: linear-gradient(135deg, #df3cef, #EF3C88);