#fc69eb
a light, electric magenta / pink · warm · closest name: violet
RGB
252, 105, 235
HSL
307°, 96%, 70%
CMYK
0, 58, 7, 1
Luminance
0.3680
Every format
| HEX | #fc69eb |
| RGB | rgb(252, 105, 235) |
| HSL | hsl(307, 96%, 70%) |
| CMYK | cmyk(0%, 58%, 7%, 1%) |
| LAB | lab(67.1 71.1 -39.0) |
| LCH | lch(67.1 81.1 331.2) |
| OKLCH | oklch(0.746 0.230 332.4) |
Copy-ready code
/* CSS */
color: #fc69eb;
background-color: #fc69eb;
/* Tailwind (arbitrary) */
class="text-[#fc69eb] bg-[#fc69eb]"
/* SCSS */
$brand: #fc69eb;
/* SwiftUI */
Color(red: 0.988, green: 0.412, blue: 0.922)
/* Android */
Color.parseColor("#fc69eb")Accessibility — WCAG contrast
Aa
#fc69eb on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc69eb on black: 8.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green41.2%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta58.3%
Yellow6.7%
Key (black)1.2%
Color previews
#fc69eb text on a black background
contrast 8.36:1
Card sample
#fc69eb text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc69eb;
Background color
Panel with #fc69eb background
background-color: #fc69eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc69eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 105, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 105, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc69eb; background: linear-gradient(135deg, #fc69eb, #FC6989);