#f88fd2
a light, electric magenta / pink · warm · closest name: plum
RGB
248, 143, 210
HSL
322°, 88%, 77%
CMYK
0, 42, 15, 3
Luminance
0.4425
Every format
| HEX | #f88fd2 |
| RGB | rgb(248, 143, 210) |
| HSL | hsl(322, 88%, 77%) |
| CMYK | cmyk(0%, 42%, 15%, 3%) |
| LAB | lab(72.4 48.3 -17.1) |
| LCH | lch(72.4 51.2 340.5) |
| OKLCH | oklch(0.781 0.149 342.3) |
Copy-ready code
/* CSS */
color: #f88fd2;
background-color: #f88fd2;
/* Tailwind (arbitrary) */
class="text-[#f88fd2] bg-[#f88fd2]"
/* SCSS */
$brand: #f88fd2;
/* SwiftUI */
Color(red: 0.973, green: 0.561, blue: 0.824)
/* Android */
Color.parseColor("#f88fd2")Accessibility — WCAG contrast
Aa
#f88fd2 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f88fd2 on black: 9.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green56.1%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta42.3%
Yellow15.3%
Key (black)2.7%
Color previews
#f88fd2 text on a black background
contrast 9.85:1
Card sample
#f88fd2 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f88fd2;
Background color
Panel with #f88fd2 background
background-color: #f88fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f88fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 143, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 143, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f88fd2; background: linear-gradient(135deg, #f88fd2, #F8928F);