#df1af0
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 26, 240
HSL
295°, 88%, 52%
CMYK
7, 89, 0, 6
Luminance
0.2272
Every format
| HEX | #df1af0 |
| RGB | rgb(223, 26, 240) |
| HSL | hsl(295, 88%, 52%) |
| CMYK | cmyk(7%, 89%, 0%, 6%) |
| LAB | lab(54.8 89.0 -61.6) |
| LCH | lch(54.8 108.2 325.3) |
| OKLCH | oklch(0.650 0.295 324.2) |
Copy-ready code
/* CSS */
color: #df1af0;
background-color: #df1af0;
/* Tailwind (arbitrary) */
class="text-[#df1af0] bg-[#df1af0]"
/* SCSS */
$brand: #df1af0;
/* SwiftUI */
Color(red: 0.875, green: 0.102, blue: 0.941)
/* Android */
Color.parseColor("#df1af0")Accessibility — WCAG contrast
Aa
#df1af0 on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df1af0 on black: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green10.2%
Blue94.1%
CMYK percentages
Cyan7.1%
Magenta89.2%
Yellow0.0%
Key (black)5.9%
Color previews
#df1af0 text on a black background
contrast 5.54:1
Card sample
#df1af0 text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df1af0;
Background color
Panel with #df1af0 background
background-color: #df1af0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df1af0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 26, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 26, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df1af0; background: linear-gradient(135deg, #df1af0, #F01A73);