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