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