#ff1dfe
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 29, 254
HSL
300°, 100%, 56%
CMYK
0, 89, 0, 0
Luminance
0.2929
Every format
| HEX | #ff1dfe |
| RGB | rgb(255, 29, 254) |
| HSL | hsl(300, 100%, 56%) |
| CMYK | cmyk(0%, 89%, 0%, 0%) |
| LAB | lab(61.0 95.8 -59.1) |
| LCH | lch(61.0 112.6 328.3) |
| OKLCH | oklch(0.707 0.314 328.5) |
Copy-ready code
/* CSS */
color: #ff1dfe;
background-color: #ff1dfe;
/* Tailwind (arbitrary) */
class="text-[#ff1dfe] bg-[#ff1dfe]"
/* SCSS */
$brand: #ff1dfe;
/* SwiftUI */
Color(red: 1.000, green: 0.114, blue: 0.996)
/* Android */
Color.parseColor("#ff1dfe")Accessibility — WCAG contrast
Aa
#ff1dfe on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff1dfe on black: 6.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green11.4%
Blue99.6%
CMYK percentages
Cyan0.0%
Magenta88.6%
Yellow0.4%
Key (black)0.0%
Color previews
#ff1dfe text on a black background
contrast 6.86:1
Card sample
#ff1dfe text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff1dfe;
Background color
Panel with #ff1dfe background
background-color: #ff1dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff1dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 29, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 29, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff1dfe; background: linear-gradient(135deg, #ff1dfe, #FF1D67);