#fc68df
a light, electric magenta / pink · warm · closest name: violet
RGB
252, 104, 223
HSL
312°, 96%, 70%
CMYK
0, 59, 12, 1
Luminance
0.3592
Every format
| HEX | #fc68df |
| RGB | rgb(252, 104, 223) |
| HSL | hsl(312, 96%, 70%) |
| CMYK | cmyk(0%, 59%, 12%, 1%) |
| LAB | lab(66.5 69.7 -33.4) |
| LCH | lch(66.5 77.2 334.4) |
| OKLCH | oklch(0.740 0.222 336.0) |
Copy-ready code
/* CSS */
color: #fc68df;
background-color: #fc68df;
/* Tailwind (arbitrary) */
class="text-[#fc68df] bg-[#fc68df]"
/* SCSS */
$brand: #fc68df;
/* SwiftUI */
Color(red: 0.988, green: 0.408, blue: 0.875)
/* Android */
Color.parseColor("#fc68df")Accessibility — WCAG contrast
Aa
#fc68df on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc68df on black: 8.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green40.8%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta58.7%
Yellow11.5%
Key (black)1.2%
Color previews
#fc68df text on a black background
contrast 8.18:1
Card sample
#fc68df text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc68df;
Background color
Panel with #fc68df background
background-color: #fc68df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc68df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 104, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 104, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc68df; background: linear-gradient(135deg, #fc68df, #FC687C);