#fc82fd
a light, electric magenta / pink · warm · closest name: violet
RGB
252, 130, 253
HSL
300°, 97%, 75%
CMYK
0, 49, 0, 1
Luminance
0.4375
Every format
| HEX | #fc82fd |
| RGB | rgb(252, 130, 253) |
| HSL | hsl(300, 97%, 75%) |
| CMYK | cmyk(0%, 49%, 0%, 1%) |
| LAB | lab(72.1 62.9 -41.2) |
| LCH | lch(72.1 75.1 326.8) |
| OKLCH | oklch(0.785 0.208 327.0) |
Copy-ready code
/* CSS */
color: #fc82fd;
background-color: #fc82fd;
/* Tailwind (arbitrary) */
class="text-[#fc82fd] bg-[#fc82fd]"
/* SCSS */
$brand: #fc82fd;
/* SwiftUI */
Color(red: 0.988, green: 0.510, blue: 0.992)
/* Android */
Color.parseColor("#fc82fd")Accessibility — WCAG contrast
Aa
#fc82fd on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc82fd on black: 9.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green51.0%
Blue99.2%
CMYK percentages
Cyan0.4%
Magenta48.6%
Yellow0.0%
Key (black)0.8%
Color previews
#fc82fd text on a black background
contrast 9.75:1
Card sample
#fc82fd text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc82fd;
Background color
Panel with #fc82fd background
background-color: #fc82fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc82fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 130, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 130, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc82fd; background: linear-gradient(135deg, #fc82fd, #FD82AC);