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