#fc7dff
a light, electric magenta / pink · warm · closest name: violet
RGB
252, 125, 255
HSL
299°, 100%, 75%
CMYK
1, 51, 0, 0
Luminance
0.4258
Every format
| HEX | #fc7dff |
| RGB | rgb(252, 125, 255) |
| HSL | hsl(299, 100%, 75%) |
| CMYK | cmyk(1%, 51%, 0%, 0%) |
| LAB | lab(71.3 65.5 -43.5) |
| LCH | lch(71.3 78.7 326.4) |
| OKLCH | oklch(0.780 0.217 326.5) |
Copy-ready code
/* CSS */
color: #fc7dff;
background-color: #fc7dff;
/* Tailwind (arbitrary) */
class="text-[#fc7dff] bg-[#fc7dff]"
/* SCSS */
$brand: #fc7dff;
/* SwiftUI */
Color(red: 0.988, green: 0.490, blue: 1.000)
/* Android */
Color.parseColor("#fc7dff")Accessibility — WCAG contrast
Aa
#fc7dff on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc7dff on black: 9.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green49.0%
Blue100.0%
CMYK percentages
Cyan1.2%
Magenta51.0%
Yellow0.0%
Key (black)0.0%
Color previews
#fc7dff text on a black background
contrast 9.52:1
Card sample
#fc7dff text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc7dff;
Background color
Panel with #fc7dff background
background-color: #fc7dff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc7dff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 125, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 125, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc7dff; background: linear-gradient(135deg, #fc7dff, #FF7DAB);