#df00cb
a dark, electric magenta / pink · warm · closest name: magenta
RGB
223, 0, 203
HSL
305°, 100%, 44%
CMYK
0, 100, 9, 13
Luminance
0.2000
Every format
| HEX | #df00cb |
| RGB | rgb(223, 0, 203) |
| HSL | hsl(305, 100%, 44%) |
| CMYK | cmyk(0%, 100%, 9%, 13%) |
| LAB | lab(51.8 86.0 -45.3) |
| LCH | lch(51.8 97.2 332.2) |
| OKLCH | oklch(0.623 0.279 333.4) |
Copy-ready code
/* CSS */
color: #df00cb;
background-color: #df00cb;
/* Tailwind (arbitrary) */
class="text-[#df00cb] bg-[#df00cb]"
/* SCSS */
$brand: #df00cb;
/* SwiftUI */
Color(red: 0.875, green: 0.000, blue: 0.796)
/* Android */
Color.parseColor("#df00cb")Accessibility — WCAG contrast
Aa
#df00cb on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df00cb on black: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green0.0%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow9.0%
Key (black)12.5%
Color previews
#df00cb text on a black background
contrast 5.00:1
Card sample
#df00cb text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df00cb;
Background color
Panel with #df00cb background
background-color: #df00cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df00cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 0, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 0, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df00cb; background: linear-gradient(135deg, #df00cb, #DF0036);