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