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