#df10cb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 16, 203
HSL
306°, 87%, 47%
CMYK
0, 93, 9, 13
Luminance
0.2037
Every format
| HEX | #df10cb |
| RGB | rgb(223, 16, 203) |
| HSL | hsl(306, 87%, 47%) |
| CMYK | cmyk(0%, 93%, 9%, 13%) |
| LAB | lab(52.3 84.8 -44.7) |
| LCH | lch(52.3 95.8 332.2) |
| OKLCH | oklch(0.625 0.275 333.4) |
Copy-ready code
/* CSS */
color: #df10cb;
background-color: #df10cb;
/* Tailwind (arbitrary) */
class="text-[#df10cb] bg-[#df10cb]"
/* SCSS */
$brand: #df10cb;
/* SwiftUI */
Color(red: 0.875, green: 0.063, blue: 0.796)
/* Android */
Color.parseColor("#df10cb")Accessibility — WCAG contrast
Aa
#df10cb on white: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df10cb on black: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green6.3%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta92.8%
Yellow9.0%
Key (black)12.5%
Color previews
#df10cb text on a black background
contrast 5.07:1
Card sample
#df10cb text on a white background
contrast 4.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df10cb;
Background color
Panel with #df10cb background
background-color: #df10cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df10cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 16, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 16, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df10cb; background: linear-gradient(135deg, #df10cb, #DF1041);