#fd7bfe
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 123, 254
HSL
300°, 99%, 74%
CMYK
0, 52, 0, 0
Luminance
0.4220
Every format
| HEX | #fd7bfe |
| RGB | rgb(253, 123, 254) |
| HSL | hsl(300, 99%, 74%) |
| CMYK | cmyk(0%, 52%, 0%, 0%) |
| LAB | lab(71.0 66.5 -43.4) |
| LCH | lch(71.0 79.4 326.9) |
| OKLCH | oklch(0.778 0.220 327.1) |
Copy-ready code
/* CSS */
color: #fd7bfe;
background-color: #fd7bfe;
/* Tailwind (arbitrary) */
class="text-[#fd7bfe] bg-[#fd7bfe]"
/* SCSS */
$brand: #fd7bfe;
/* SwiftUI */
Color(red: 0.992, green: 0.482, blue: 0.996)
/* Android */
Color.parseColor("#fd7bfe")Accessibility — WCAG contrast
Aa
#fd7bfe on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd7bfe on black: 9.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green48.2%
Blue99.6%
CMYK percentages
Cyan0.4%
Magenta51.6%
Yellow0.0%
Key (black)0.4%
Color previews
#fd7bfe text on a black background
contrast 9.44:1
Card sample
#fd7bfe text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd7bfe;
Background color
Panel with #fd7bfe background
background-color: #fd7bfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd7bfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 123, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 123, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd7bfe; background: linear-gradient(135deg, #fd7bfe, #FE7BA8);