#fb8cdf
a light, electric magenta / pink · warm · closest name: violet
RGB
251, 140, 223
HSL
315°, 93%, 77%
CMYK
0, 44, 11, 2
Luminance
0.4459
Every format
| HEX | #fb8cdf |
| RGB | rgb(251, 140, 223) |
| HSL | hsl(315, 93%, 77%) |
| CMYK | cmyk(0%, 44%, 11%, 2%) |
| LAB | lab(72.6 52.7 -23.9) |
| LCH | lch(72.6 57.9 335.6) |
| OKLCH | oklch(0.785 0.166 337.3) |
Copy-ready code
/* CSS */
color: #fb8cdf;
background-color: #fb8cdf;
/* Tailwind (arbitrary) */
class="text-[#fb8cdf] bg-[#fb8cdf]"
/* SCSS */
$brand: #fb8cdf;
/* SwiftUI */
Color(red: 0.984, green: 0.549, blue: 0.875)
/* Android */
Color.parseColor("#fb8cdf")Accessibility — WCAG contrast
Aa
#fb8cdf on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fb8cdf on black: 9.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green54.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta44.2%
Yellow11.2%
Key (black)1.6%
Color previews
#fb8cdf text on a black background
contrast 9.92:1
Card sample
#fb8cdf text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fb8cdf;
Background color
Panel with #fb8cdf background
background-color: #fb8cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fb8cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 140, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 140, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fb8cdf; background: linear-gradient(135deg, #fb8cdf, #FB8C95);