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