#df0abc
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 10, 188
HSL
310°, 91%, 46%
CMYK
0, 96, 16, 13
Luminance
0.1954
Every format
| HEX | #df0abc |
| RGB | rgb(223, 10, 188) |
| HSL | hsl(310, 91%, 46%) |
| CMYK | cmyk(0%, 96%, 16%, 13%) |
| LAB | lab(51.3 83.4 -37.5) |
| LCH | lch(51.3 91.4 335.8) |
| OKLCH | oklch(0.616 0.268 337.5) |
Copy-ready code
/* CSS */
color: #df0abc;
background-color: #df0abc;
/* Tailwind (arbitrary) */
class="text-[#df0abc] bg-[#df0abc]"
/* SCSS */
$brand: #df0abc;
/* SwiftUI */
Color(red: 0.875, green: 0.039, blue: 0.737)
/* Android */
Color.parseColor("#df0abc")Accessibility — WCAG contrast
Aa
#df0abc on white: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df0abc on black: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green3.9%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta95.5%
Yellow15.7%
Key (black)12.5%
Color previews
#df0abc text on a black background
contrast 4.91:1
Card sample
#df0abc text on a white background
contrast 4.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df0abc;
Background color
Panel with #df0abc background
background-color: #df0abc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df0abc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 10, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 10, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df0abc; background: linear-gradient(135deg, #df0abc, #DF0A2E);