#df0af9
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 10, 249
HSL
294°, 95%, 51%
CMYK
10, 96, 0, 2
Luminance
0.2274
Every format
| HEX | #df0af9 |
| RGB | rgb(223, 10, 249) |
| HSL | hsl(294, 95%, 51%) |
| CMYK | cmyk(10%, 96%, 0%, 2%) |
| LAB | lab(54.8 91.9 -66.6) |
| LCH | lch(54.8 113.5 324.1) |
| OKLCH | oklch(0.652 0.306 322.4) |
Copy-ready code
/* CSS */
color: #df0af9;
background-color: #df0af9;
/* Tailwind (arbitrary) */
class="text-[#df0af9] bg-[#df0af9]"
/* SCSS */
$brand: #df0af9;
/* SwiftUI */
Color(red: 0.875, green: 0.039, blue: 0.976)
/* Android */
Color.parseColor("#df0af9")Accessibility — WCAG contrast
Aa
#df0af9 on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df0af9 on black: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green3.9%
Blue97.6%
CMYK percentages
Cyan10.4%
Magenta96.0%
Yellow0.0%
Key (black)2.4%
Color previews
#df0af9 text on a black background
contrast 5.55:1
Card sample
#df0af9 text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df0af9;
Background color
Panel with #df0af9 background
background-color: #df0af9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df0af9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 10, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 10, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df0af9; background: linear-gradient(135deg, #df0af9, #F90A74);