#fc7dfd
a light, electric magenta / pink · warm · closest name: violet
RGB
252, 125, 253
HSL
300°, 97%, 74%
CMYK
0, 51, 0, 1
Luminance
0.4245
Every format
| HEX | #fc7dfd |
| RGB | rgb(252, 125, 253) |
| HSL | hsl(300, 97%, 74%) |
| CMYK | cmyk(0%, 51%, 0%, 1%) |
| LAB | lab(71.2 65.2 -42.6) |
| LCH | lch(71.2 77.8 326.9) |
| OKLCH | oklch(0.779 0.215 327.1) |
Copy-ready code
/* CSS */
color: #fc7dfd;
background-color: #fc7dfd;
/* Tailwind (arbitrary) */
class="text-[#fc7dfd] bg-[#fc7dfd]"
/* SCSS */
$brand: #fc7dfd;
/* SwiftUI */
Color(red: 0.988, green: 0.490, blue: 0.992)
/* Android */
Color.parseColor("#fc7dfd")Accessibility — WCAG contrast
Aa
#fc7dfd on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc7dfd on black: 9.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green49.0%
Blue99.2%
CMYK percentages
Cyan0.4%
Magenta50.6%
Yellow0.0%
Key (black)0.8%
Color previews
#fc7dfd text on a black background
contrast 9.49:1
Card sample
#fc7dfd text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc7dfd;
Background color
Panel with #fc7dfd background
background-color: #fc7dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc7dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 125, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 125, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc7dfd; background: linear-gradient(135deg, #fc7dfd, #FD7DA9);