#f89dbb
a light, electric magenta / pink · warm · closest name: pink
RGB
248, 157, 187
HSL
340°, 87%, 79%
CMYK
0, 37, 25, 3
Luminance
0.4766
Every format
| HEX | #f89dbb |
| RGB | rgb(248, 157, 187) |
| HSL | hsl(340, 87%, 79%) |
| CMYK | cmyk(0%, 37%, 25%, 3%) |
| LAB | lab(74.6 37.7 -1.2) |
| LCH | lch(74.6 37.8 358.2) |
| OKLCH | oklch(0.796 0.114 358.7) |
Copy-ready code
/* CSS */
color: #f89dbb;
background-color: #f89dbb;
/* Tailwind (arbitrary) */
class="text-[#f89dbb] bg-[#f89dbb]"
/* SCSS */
$brand: #f89dbb;
/* SwiftUI */
Color(red: 0.973, green: 0.616, blue: 0.733)
/* Android */
Color.parseColor("#f89dbb")Accessibility — WCAG contrast
Aa
#f89dbb on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f89dbb on black: 10.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green61.6%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta36.7%
Yellow24.6%
Key (black)2.7%
Color previews
#f89dbb text on a black background
contrast 10.53:1
Card sample
#f89dbb text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f89dbb;
Background color
Panel with #f89dbb background
background-color: #f89dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f89dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 157, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 157, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f89dbb; background: linear-gradient(135deg, #f89dbb, #F8BC9D);