#df0fef
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 15, 239
HSL
296°, 88%, 50%
CMYK
7, 94, 0, 6
Luminance
0.2226
Every format
| HEX | #df0fef |
| RGB | rgb(223, 15, 239) |
| HSL | hsl(296, 88%, 50%) |
| CMYK | cmyk(7%, 94%, 0%, 6%) |
| LAB | lab(54.3 90.0 -61.9) |
| LCH | lch(54.3 109.2 325.5) |
| OKLCH | oklch(0.646 0.298 324.6) |
Copy-ready code
/* CSS */
color: #df0fef;
background-color: #df0fef;
/* Tailwind (arbitrary) */
class="text-[#df0fef] bg-[#df0fef]"
/* SCSS */
$brand: #df0fef;
/* SwiftUI */
Color(red: 0.875, green: 0.059, blue: 0.937)
/* Android */
Color.parseColor("#df0fef")Accessibility — WCAG contrast
Aa
#df0fef on white: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df0fef on black: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green5.9%
Blue93.7%
CMYK percentages
Cyan6.7%
Magenta93.7%
Yellow0.0%
Key (black)6.3%
Color previews
#df0fef text on a black background
contrast 5.45:1
Card sample
#df0fef text on a white background
contrast 3.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df0fef;
Background color
Panel with #df0fef background
background-color: #df0fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df0fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 15, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 15, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df0fef; background: linear-gradient(135deg, #df0fef, #EF0F6A);