#fd6bfc
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 107, 252
HSL
300°, 97%, 71%
CMYK
0, 58, 0, 1
Luminance
0.3843
Every format
| HEX | #fd6bfc |
| RGB | rgb(253, 107, 252) |
| HSL | hsl(300, 97%, 71%) |
| CMYK | cmyk(0%, 58%, 0%, 1%) |
| LAB | lab(68.3 73.2 -46.5) |
| LCH | lch(68.3 86.7 327.6) |
| OKLCH | oklch(0.758 0.241 327.9) |
Copy-ready code
/* CSS */
color: #fd6bfc;
background-color: #fd6bfc;
/* Tailwind (arbitrary) */
class="text-[#fd6bfc] bg-[#fd6bfc]"
/* SCSS */
$brand: #fd6bfc;
/* SwiftUI */
Color(red: 0.992, green: 0.420, blue: 0.988)
/* Android */
Color.parseColor("#fd6bfc")Accessibility — WCAG contrast
Aa
#fd6bfc on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd6bfc on black: 8.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green42.0%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta57.7%
Yellow0.4%
Key (black)0.8%
Color previews
#fd6bfc text on a black background
contrast 8.69:1
Card sample
#fd6bfc text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd6bfc;
Background color
Panel with #fd6bfc background
background-color: #fd6bfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd6bfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 107, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 107, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd6bfc; background: linear-gradient(135deg, #fd6bfc, #FD6B9B);