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