#fc65da
a light, electric magenta / pink · warm · closest name: violet
RGB
252, 101, 218
HSL
314°, 96%, 69%
CMYK
0, 60, 14, 1
Luminance
0.3506
Every format
| HEX | #fc65da |
| RGB | rgb(252, 101, 218) |
| HSL | hsl(314, 96%, 69%) |
| CMYK | cmyk(0%, 60%, 14%, 1%) |
| LAB | lab(65.8 70.2 -31.6) |
| LCH | lch(65.8 77.0 335.7) |
| OKLCH | oklch(0.734 0.223 337.4) |
Copy-ready code
/* CSS */
color: #fc65da;
background-color: #fc65da;
/* Tailwind (arbitrary) */
class="text-[#fc65da] bg-[#fc65da]"
/* SCSS */
$brand: #fc65da;
/* SwiftUI */
Color(red: 0.988, green: 0.396, blue: 0.855)
/* Android */
Color.parseColor("#fc65da")Accessibility — WCAG contrast
Aa
#fc65da on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc65da on black: 8.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green39.6%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta59.9%
Yellow13.5%
Key (black)1.2%
Color previews
#fc65da text on a black background
contrast 8.01:1
Card sample
#fc65da text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc65da;
Background color
Panel with #fc65da background
background-color: #fc65da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc65da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 101, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 101, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc65da; background: linear-gradient(135deg, #fc65da, #FC6575);