#fd1bfd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 27, 253
HSL
300°, 98%, 55%
CMYK
0, 89, 0, 1
Luminance
0.2876
Every format
| HEX | #fd1bfd |
| RGB | rgb(253, 27, 253) |
| HSL | hsl(300, 98%, 55%) |
| CMYK | cmyk(0%, 89%, 0%, 1%) |
| LAB | lab(60.6 95.6 -59.3) |
| LCH | lch(60.6 112.5 328.2) |
| OKLCH | oklch(0.702 0.314 328.3) |
Copy-ready code
/* CSS */
color: #fd1bfd;
background-color: #fd1bfd;
/* Tailwind (arbitrary) */
class="text-[#fd1bfd] bg-[#fd1bfd]"
/* SCSS */
$brand: #fd1bfd;
/* SwiftUI */
Color(red: 0.992, green: 0.106, blue: 0.992)
/* Android */
Color.parseColor("#fd1bfd")Accessibility — WCAG contrast
Aa
#fd1bfd on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd1bfd on black: 6.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green10.6%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta89.3%
Yellow0.0%
Key (black)0.8%
Color previews
#fd1bfd text on a black background
contrast 6.75:1
Card sample
#fd1bfd text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd1bfd;
Background color
Panel with #fd1bfd background
background-color: #fd1bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd1bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 27, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 27, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd1bfd; background: linear-gradient(135deg, #fd1bfd, #FD1B66);