#f88dbb
a light, electric magenta / pink · warm · closest name: plum
RGB
248, 141, 187
HSL
334°, 88%, 76%
CMYK
0, 43, 25, 3
Luminance
0.4259
Every format
| HEX | #f88dbb |
| RGB | rgb(248, 141, 187) |
| HSL | hsl(334, 88%, 76%) |
| CMYK | cmyk(0%, 43%, 25%, 3%) |
| LAB | lab(71.3 45.9 -6.1) |
| LCH | lch(71.3 46.3 352.5) |
| OKLCH | oklch(0.770 0.139 353.6) |
Copy-ready code
/* CSS */
color: #f88dbb;
background-color: #f88dbb;
/* Tailwind (arbitrary) */
class="text-[#f88dbb] bg-[#f88dbb]"
/* SCSS */
$brand: #f88dbb;
/* SwiftUI */
Color(red: 0.973, green: 0.553, blue: 0.733)
/* Android */
Color.parseColor("#f88dbb")Accessibility — WCAG contrast
Aa
#f88dbb on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f88dbb on black: 9.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green55.3%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta43.1%
Yellow24.6%
Key (black)2.7%
Color previews
#f88dbb text on a black background
contrast 9.52:1
Card sample
#f88dbb text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f88dbb;
Background color
Panel with #f88dbb background
background-color: #f88dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f88dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 141, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 141, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f88dbb; background: linear-gradient(135deg, #f88dbb, #F8A68D);