#fc65eb
a light, electric magenta / pink · warm · closest name: violet
RGB
252, 101, 235
HSL
307°, 96%, 69%
CMYK
0, 60, 7, 1
Luminance
0.3600
Every format
| HEX | #fc65eb |
| RGB | rgb(252, 101, 235) |
| HSL | hsl(307, 96%, 69%) |
| CMYK | cmyk(0%, 60%, 7%, 1%) |
| LAB | lab(66.5 72.7 -40.0) |
| LCH | lch(66.5 83.0 331.2) |
| OKLCH | oklch(0.742 0.235 332.3) |
Copy-ready code
/* CSS */
color: #fc65eb;
background-color: #fc65eb;
/* Tailwind (arbitrary) */
class="text-[#fc65eb] bg-[#fc65eb]"
/* SCSS */
$brand: #fc65eb;
/* SwiftUI */
Color(red: 0.988, green: 0.396, blue: 0.922)
/* Android */
Color.parseColor("#fc65eb")Accessibility — WCAG contrast
Aa
#fc65eb on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc65eb on black: 8.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green39.6%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta59.9%
Yellow6.7%
Key (black)1.2%
Color previews
#fc65eb text on a black background
contrast 8.20:1
Card sample
#fc65eb text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc65eb;
Background color
Panel with #fc65eb background
background-color: #fc65eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc65eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 101, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 101, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc65eb; background: linear-gradient(135deg, #fc65eb, #FC6586);