#df0adb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 10, 219
HSL
301°, 91%, 46%
CMYK
0, 96, 2, 13
Luminance
0.2102
Every format
| HEX | #df0adb |
| RGB | rgb(223, 10, 219) |
| HSL | hsl(301, 91%, 46%) |
| CMYK | cmyk(0%, 96%, 2%, 13%) |
| LAB | lab(53.0 87.5 -52.7) |
| LCH | lch(53.0 102.1 328.9) |
| OKLCH | oklch(0.633 0.287 329.3) |
Copy-ready code
/* CSS */
color: #df0adb;
background-color: #df0adb;
/* Tailwind (arbitrary) */
class="text-[#df0adb] bg-[#df0adb]"
/* SCSS */
$brand: #df0adb;
/* SwiftUI */
Color(red: 0.875, green: 0.039, blue: 0.859)
/* Android */
Color.parseColor("#df0adb")Accessibility — WCAG contrast
Aa
#df0adb on white: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df0adb on black: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green3.9%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta95.5%
Yellow1.8%
Key (black)12.5%
Color previews
#df0adb text on a black background
contrast 5.20:1
Card sample
#df0adb text on a white background
contrast 4.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df0adb;
Background color
Panel with #df0adb background
background-color: #df0adb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df0adb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 10, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 10, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df0adb; background: linear-gradient(135deg, #df0adb, #DF0A4D);