#df08eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 8, 235
HSL
297°, 93%, 48%
CMYK
5, 97, 0, 8
Luminance
0.2186
Every format
| HEX | #df08eb |
| RGB | rgb(223, 8, 235) |
| HSL | hsl(297, 93%, 48%) |
| CMYK | cmyk(5%, 97%, 0%, 8%) |
| LAB | lab(53.9 90.0 -60.3) |
| LCH | lch(53.9 108.3 326.2) |
| OKLCH | oklch(0.643 0.297 325.5) |
Copy-ready code
/* CSS */
color: #df08eb;
background-color: #df08eb;
/* Tailwind (arbitrary) */
class="text-[#df08eb] bg-[#df08eb]"
/* SCSS */
$brand: #df08eb;
/* SwiftUI */
Color(red: 0.875, green: 0.031, blue: 0.922)
/* Android */
Color.parseColor("#df08eb")Accessibility — WCAG contrast
Aa
#df08eb on white: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df08eb on black: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green3.1%
Blue92.2%
CMYK percentages
Cyan5.1%
Magenta96.6%
Yellow0.0%
Key (black)7.8%
Color previews
#df08eb text on a black background
contrast 5.37:1
Card sample
#df08eb text on a white background
contrast 3.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df08eb;
Background color
Panel with #df08eb background
background-color: #df08eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df08eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 8, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 8, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df08eb; background: linear-gradient(135deg, #df08eb, #EB0860);