#fd6bfe
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 107, 254
HSL
300°, 99%, 71%
CMYK
0, 58, 0, 0
Luminance
0.3855
Every format
| HEX | #fd6bfe |
| RGB | rgb(253, 107, 254) |
| HSL | hsl(300, 99%, 71%) |
| CMYK | cmyk(0%, 58%, 0%, 0%) |
| LAB | lab(68.4 73.5 -47.4) |
| LCH | lch(68.4 87.5 327.2) |
| OKLCH | oklch(0.759 0.243 327.4) |
Copy-ready code
/* CSS */
color: #fd6bfe;
background-color: #fd6bfe;
/* Tailwind (arbitrary) */
class="text-[#fd6bfe] bg-[#fd6bfe]"
/* SCSS */
$brand: #fd6bfe;
/* SwiftUI */
Color(red: 0.992, green: 0.420, blue: 0.996)
/* Android */
Color.parseColor("#fd6bfe")Accessibility — WCAG contrast
Aa
#fd6bfe on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd6bfe on black: 8.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green42.0%
Blue99.6%
CMYK percentages
Cyan0.4%
Magenta57.9%
Yellow0.0%
Key (black)0.4%
Color previews
#fd6bfe text on a black background
contrast 8.71:1
Card sample
#fd6bfe text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd6bfe;
Background color
Panel with #fd6bfe background
background-color: #fd6bfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd6bfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 107, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 107, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd6bfe; background: linear-gradient(135deg, #fd6bfe, #FE6B9D);