#fb8fdf
a light, electric magenta / pink · warm · closest name: violet
RGB
251, 143, 223
HSL
316°, 93%, 77%
CMYK
0, 43, 11, 2
Luminance
0.4548
Every format
| HEX | #fb8fdf |
| RGB | rgb(251, 143, 223) |
| HSL | hsl(316, 93%, 77%) |
| CMYK | cmyk(0%, 43%, 11%, 2%) |
| LAB | lab(73.2 51.3 -23.0) |
| LCH | lch(73.2 56.2 335.8) |
| OKLCH | oklch(0.790 0.161 337.5) |
Copy-ready code
/* CSS */
color: #fb8fdf;
background-color: #fb8fdf;
/* Tailwind (arbitrary) */
class="text-[#fb8fdf] bg-[#fb8fdf]"
/* SCSS */
$brand: #fb8fdf;
/* SwiftUI */
Color(red: 0.984, green: 0.561, blue: 0.875)
/* Android */
Color.parseColor("#fb8fdf")Accessibility — WCAG contrast
Aa
#fb8fdf on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fb8fdf on black: 10.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green56.1%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta43.0%
Yellow11.2%
Key (black)1.6%
Color previews
#fb8fdf text on a black background
contrast 10.10:1
Card sample
#fb8fdf text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fb8fdf;
Background color
Panel with #fb8fdf background
background-color: #fb8fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fb8fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 143, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 143, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fb8fdf; background: linear-gradient(135deg, #fb8fdf, #FB8F97);