#ff0dfd
a balanced, electric magenta / pink · warm · “magenta”
RGB
255, 13, 253
HSL
301°, 100%, 53%
CMYK
0, 95, 1, 0
Luminance
0.2864
Every format
| HEX | #ff0dfd |
| RGB | rgb(255, 13, 253) |
| HSL | hsl(301, 100%, 53%) |
| CMYK | cmyk(0%, 95%, 1%, 0%) |
| LAB | lab(60.5 97.2 -59.5) |
| LCH | lch(60.5 114.0 328.5) |
| OKLCH | oklch(0.702 0.319 328.8) |
Copy-ready code
/* CSS */
color: #ff0dfd;
background-color: #ff0dfd;
/* Tailwind (arbitrary) */
class="text-[#ff0dfd] bg-[#ff0dfd]"
/* SCSS */
$brand: #ff0dfd;
/* SwiftUI */
Color(red: 1.000, green: 0.051, blue: 0.992)
/* Android */
Color.parseColor("#ff0dfd")Accessibility — WCAG contrast
Aa
#ff0dfd on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff0dfd on black: 6.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green5.1%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta94.9%
Yellow0.8%
Key (black)0.0%
Color previews
#ff0dfd text on a black background
contrast 6.73:1
Card sample
#ff0dfd text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff0dfd;
Background color
Panel with #ff0dfd background
background-color: #ff0dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff0dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 13, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 13, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff0dfd; background: linear-gradient(135deg, #ff0dfd, #FF0D5B);