#fc68cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
252, 104, 207
HSL
318°, 96%, 70%
CMYK
0, 59, 18, 1
Luminance
0.3510
Every format
| HEX | #fc68cf |
| RGB | rgb(252, 104, 207) |
| HSL | hsl(318, 96%, 70%) |
| CMYK | cmyk(0%, 59%, 18%, 1%) |
| LAB | lab(65.8 67.3 -25.4) |
| LCH | lch(65.8 72.0 339.3) |
| OKLCH | oklch(0.733 0.211 341.2) |
Copy-ready code
/* CSS */
color: #fc68cf;
background-color: #fc68cf;
/* Tailwind (arbitrary) */
class="text-[#fc68cf] bg-[#fc68cf]"
/* SCSS */
$brand: #fc68cf;
/* SwiftUI */
Color(red: 0.988, green: 0.408, blue: 0.812)
/* Android */
Color.parseColor("#fc68cf")Accessibility — WCAG contrast
Aa
#fc68cf on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc68cf on black: 8.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green40.8%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta58.7%
Yellow17.9%
Key (black)1.2%
Color previews
#fc68cf text on a black background
contrast 8.02:1
Card sample
#fc68cf text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc68cf;
Background color
Panel with #fc68cf background
background-color: #fc68cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc68cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 104, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 104, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc68cf; background: linear-gradient(135deg, #fc68cf, #FC686C);