#f88cd3
a light, electric magenta / pink · warm · closest name: plum
RGB
248, 140, 211
HSL
321°, 89%, 76%
CMYK
0, 44, 15, 3
Luminance
0.4342
Every format
| HEX | #f88cd3 |
| RGB | rgb(248, 140, 211) |
| HSL | hsl(321, 89%, 76%) |
| CMYK | cmyk(0%, 44%, 15%, 3%) |
| LAB | lab(71.8 49.9 -18.5) |
| LCH | lch(71.8 53.3 339.6) |
| OKLCH | oklch(0.777 0.155 341.4) |
Copy-ready code
/* CSS */
color: #f88cd3;
background-color: #f88cd3;
/* Tailwind (arbitrary) */
class="text-[#f88cd3] bg-[#f88cd3]"
/* SCSS */
$brand: #f88cd3;
/* SwiftUI */
Color(red: 0.973, green: 0.549, blue: 0.827)
/* Android */
Color.parseColor("#f88cd3")Accessibility — WCAG contrast
Aa
#f88cd3 on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f88cd3 on black: 9.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green54.9%
Blue82.7%
CMYK percentages
Cyan0.0%
Magenta43.5%
Yellow14.9%
Key (black)2.7%
Color previews
#f88cd3 text on a black background
contrast 9.68:1
Card sample
#f88cd3 text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f88cd3;
Background color
Panel with #f88cd3 background
background-color: #f88cd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f88cd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 140, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 140, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f88cd3; background: linear-gradient(135deg, #f88cd3, #F88D8C);