#fc8dfb
a light, electric magenta / pink · warm · closest name: violet
RGB
252, 141, 251
HSL
301°, 95%, 77%
CMYK
0, 44, 0, 1
Luminance
0.4671
Every format
| HEX | #fc8dfb |
| RGB | rgb(252, 141, 251) |
| HSL | hsl(301, 95%, 77%) |
| CMYK | cmyk(0%, 44%, 0%, 1%) |
| LAB | lab(74.0 57.2 -37.1) |
| LCH | lch(74.0 68.2 327.1) |
| OKLCH | oklch(0.799 0.189 327.5) |
Copy-ready code
/* CSS */
color: #fc8dfb;
background-color: #fc8dfb;
/* Tailwind (arbitrary) */
class="text-[#fc8dfb] bg-[#fc8dfb]"
/* SCSS */
$brand: #fc8dfb;
/* SwiftUI */
Color(red: 0.988, green: 0.553, blue: 0.984)
/* Android */
Color.parseColor("#fc8dfb")Accessibility — WCAG contrast
Aa
#fc8dfb on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc8dfb on black: 10.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green55.3%
Blue98.4%
CMYK percentages
Cyan0.0%
Magenta44.0%
Yellow0.4%
Key (black)1.2%
Color previews
#fc8dfb text on a black background
contrast 10.34:1
Card sample
#fc8dfb text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc8dfb;
Background color
Panel with #fc8dfb background
background-color: #fc8dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc8dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 141, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 141, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc8dfb; background: linear-gradient(135deg, #fc8dfb, #FC8DB1);