#f89dbf
a light, electric magenta / pink · warm · closest name: pink
RGB
248, 157, 191
HSL
338°, 87%, 79%
CMYK
0, 37, 23, 3
Luminance
0.4783
Every format
| HEX | #f89dbf |
| RGB | rgb(248, 157, 191) |
| HSL | hsl(338, 87%, 79%) |
| CMYK | cmyk(0%, 37%, 23%, 3%) |
| LAB | lab(74.7 38.3 -3.2) |
| LCH | lch(74.7 38.4 355.2) |
| OKLCH | oklch(0.797 0.115 356.1) |
Copy-ready code
/* CSS */
color: #f89dbf;
background-color: #f89dbf;
/* Tailwind (arbitrary) */
class="text-[#f89dbf] bg-[#f89dbf]"
/* SCSS */
$brand: #f89dbf;
/* SwiftUI */
Color(red: 0.973, green: 0.616, blue: 0.749)
/* Android */
Color.parseColor("#f89dbf")Accessibility — WCAG contrast
Aa
#f89dbf on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f89dbf on black: 10.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green61.6%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta36.7%
Yellow23.0%
Key (black)2.7%
Color previews
#f89dbf text on a black background
contrast 10.57:1
Card sample
#f89dbf text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f89dbf;
Background color
Panel with #f89dbf background
background-color: #f89dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f89dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 157, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 157, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f89dbf; background: linear-gradient(135deg, #f89dbf, #F8B89D);