#fd3bfe
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 59, 254
HSL
300°, 99%, 61%
CMYK
0, 77, 0, 0
Luminance
0.3117
Every format
| HEX | #fd3bfe |
| RGB | rgb(253, 59, 254) |
| HSL | hsl(300, 99%, 61%) |
| CMYK | cmyk(0%, 77%, 0%, 0%) |
| LAB | lab(62.6 89.8 -56.6) |
| LCH | lch(62.6 106.1 327.8) |
| OKLCH | oklch(0.717 0.295 327.9) |
Copy-ready code
/* CSS */
color: #fd3bfe;
background-color: #fd3bfe;
/* Tailwind (arbitrary) */
class="text-[#fd3bfe] bg-[#fd3bfe]"
/* SCSS */
$brand: #fd3bfe;
/* SwiftUI */
Color(red: 0.992, green: 0.231, blue: 0.996)
/* Android */
Color.parseColor("#fd3bfe")Accessibility — WCAG contrast
Aa
#fd3bfe on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd3bfe on black: 7.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green23.1%
Blue99.6%
CMYK percentages
Cyan0.4%
Magenta76.8%
Yellow0.0%
Key (black)0.4%
Color previews
#fd3bfe text on a black background
contrast 7.23:1
Card sample
#fd3bfe text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd3bfe;
Background color
Panel with #fd3bfe background
background-color: #fd3bfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd3bfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 59, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 59, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd3bfe; background: linear-gradient(135deg, #fd3bfe, #FE3B7D);