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