#fc9cfb
a light, electric magenta / pink · warm · closest name: violet
RGB
252, 156, 251
HSL
301°, 94%, 80%
CMYK
0, 38, 0, 1
Luminance
0.5144
Every format
| HEX | #fc9cfb |
| RGB | rgb(252, 156, 251) |
| HSL | hsl(301, 94%, 80%) |
| CMYK | cmyk(0%, 38%, 0%, 1%) |
| LAB | lab(77.0 49.7 -32.5) |
| LCH | lch(77.0 59.4 326.8) |
| OKLCH | oklch(0.821 0.164 327.3) |
Copy-ready code
/* CSS */
color: #fc9cfb;
background-color: #fc9cfb;
/* Tailwind (arbitrary) */
class="text-[#fc9cfb] bg-[#fc9cfb]"
/* SCSS */
$brand: #fc9cfb;
/* SwiftUI */
Color(red: 0.988, green: 0.612, blue: 0.984)
/* Android */
Color.parseColor("#fc9cfb")Accessibility — WCAG contrast
Aa
#fc9cfb on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc9cfb on black: 11.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green61.2%
Blue98.4%
CMYK percentages
Cyan0.0%
Magenta38.1%
Yellow0.4%
Key (black)1.2%
Color previews
#fc9cfb text on a black background
contrast 11.29:1
Card sample
#fc9cfb text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc9cfb;
Background color
Panel with #fc9cfb background
background-color: #fc9cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc9cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 156, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 156, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc9cfb; background: linear-gradient(135deg, #fc9cfb, #FC9CBB);