#fc75df
a light, electric magenta / pink · warm · closest name: violet
RGB
252, 117, 223
HSL
313°, 96%, 72%
CMYK
0, 54, 12, 1
Luminance
0.3875
Every format
| HEX | #fc75df |
| RGB | rgb(252, 117, 223) |
| HSL | hsl(313, 96%, 72%) |
| CMYK | cmyk(0%, 54%, 12%, 1%) |
| LAB | lab(68.6 64.0 -30.1) |
| LCH | lch(68.6 70.7 334.8) |
| OKLCH | oklch(0.755 0.203 336.4) |
Copy-ready code
/* CSS */
color: #fc75df;
background-color: #fc75df;
/* Tailwind (arbitrary) */
class="text-[#fc75df] bg-[#fc75df]"
/* SCSS */
$brand: #fc75df;
/* SwiftUI */
Color(red: 0.988, green: 0.459, blue: 0.875)
/* Android */
Color.parseColor("#fc75df")Accessibility — WCAG contrast
Aa
#fc75df on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc75df on black: 8.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green45.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta53.6%
Yellow11.5%
Key (black)1.2%
Color previews
#fc75df text on a black background
contrast 8.75:1
Card sample
#fc75df text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc75df;
Background color
Panel with #fc75df background
background-color: #fc75df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc75df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 117, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 117, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc75df; background: linear-gradient(135deg, #fc75df, #FC7585);