#fc9bfe
a light, electric magenta / pink · warm · closest name: violet
RGB
252, 155, 254
HSL
299°, 98%, 80%
CMYK
1, 39, 0, 0
Luminance
0.5129
Every format
| HEX | #fc9bfe |
| RGB | rgb(252, 155, 254) |
| HSL | hsl(299, 98%, 80%) |
| CMYK | cmyk(1%, 39%, 0%, 0%) |
| LAB | lab(76.9 50.8 -34.3) |
| LCH | lch(76.9 61.3 326.0) |
| OKLCH | oklch(0.821 0.169 326.3) |
Copy-ready code
/* CSS */
color: #fc9bfe;
background-color: #fc9bfe;
/* Tailwind (arbitrary) */
class="text-[#fc9bfe] bg-[#fc9bfe]"
/* SCSS */
$brand: #fc9bfe;
/* SwiftUI */
Color(red: 0.988, green: 0.608, blue: 0.996)
/* Android */
Color.parseColor("#fc9bfe")Accessibility — WCAG contrast
Aa
#fc9bfe on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc9bfe on black: 11.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green60.8%
Blue99.6%
CMYK percentages
Cyan0.8%
Magenta39.0%
Yellow0.0%
Key (black)0.4%
Color previews
#fc9bfe text on a black background
contrast 11.26:1
Card sample
#fc9bfe text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc9bfe;
Background color
Panel with #fc9bfe background
background-color: #fc9bfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc9bfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 155, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 155, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc9bfe; background: linear-gradient(135deg, #fc9bfe, #FE9BBE);