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