#fc94eb
a light, electric magenta / pink · warm · closest name: violet
RGB
252, 148, 235
HSL
310°, 95%, 78%
CMYK
0, 41, 7, 1
Luminance
0.4787
Every format
| HEX | #fc94eb |
| RGB | rgb(252, 148, 235) |
| HSL | hsl(310, 95%, 78%) |
| CMYK | cmyk(0%, 41%, 7%, 1%) |
| LAB | lab(74.8 51.0 -27.2) |
| LCH | lch(74.8 57.8 331.9) |
| OKLCH | oklch(0.803 0.163 333.2) |
Copy-ready code
/* CSS */
color: #fc94eb;
background-color: #fc94eb;
/* Tailwind (arbitrary) */
class="text-[#fc94eb] bg-[#fc94eb]"
/* SCSS */
$brand: #fc94eb;
/* SwiftUI */
Color(red: 0.988, green: 0.580, blue: 0.922)
/* Android */
Color.parseColor("#fc94eb")Accessibility — WCAG contrast
Aa
#fc94eb on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc94eb on black: 10.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green58.0%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta41.3%
Yellow6.7%
Key (black)1.2%
Color previews
#fc94eb text on a black background
contrast 10.57:1
Card sample
#fc94eb text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc94eb;
Background color
Panel with #fc94eb background
background-color: #fc94eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc94eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 148, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 148, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc94eb; background: linear-gradient(135deg, #fc94eb, #FC94A6);