#ff0df1
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 13, 241
HSL
304°, 100%, 53%
CMYK
0, 95, 6, 0
Luminance
0.2790
Every format
| HEX | #ff0df1 |
| RGB | rgb(255, 13, 241) |
| HSL | hsl(304, 100%, 53%) |
| CMYK | cmyk(0%, 95%, 6%, 0%) |
| LAB | lab(59.8 95.6 -53.9) |
| LCH | lch(59.8 109.7 330.6) |
| OKLCH | oklch(0.696 0.311 331.4) |
Copy-ready code
/* CSS */
color: #ff0df1;
background-color: #ff0df1;
/* Tailwind (arbitrary) */
class="text-[#ff0df1] bg-[#ff0df1]"
/* SCSS */
$brand: #ff0df1;
/* SwiftUI */
Color(red: 1.000, green: 0.051, blue: 0.945)
/* Android */
Color.parseColor("#ff0df1")Accessibility — WCAG contrast
Aa
#ff0df1 on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff0df1 on black: 6.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green5.1%
Blue94.5%
CMYK percentages
Cyan0.0%
Magenta94.9%
Yellow5.5%
Key (black)0.0%
Color previews
#ff0df1 text on a black background
contrast 6.58:1
Card sample
#ff0df1 text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff0df1;
Background color
Panel with #ff0df1 background
background-color: #ff0df1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff0df1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 13, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 13, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff0df1; background: linear-gradient(135deg, #ff0df1, #FF0D4F);