#f89eb7
a light, electric magenta / pink · warm · closest name: pink
RGB
248, 158, 183
HSL
343°, 87%, 80%
CMYK
0, 36, 26, 3
Luminance
0.4783
Every format
| HEX | #f89eb7 |
| RGB | rgb(248, 158, 183) |
| HSL | hsl(343, 87%, 80%) |
| CMYK | cmyk(0%, 36%, 26%, 3%) |
| LAB | lab(74.7 36.7 1.2) |
| LCH | lch(74.7 36.7 1.9) |
| OKLCH | oklch(0.796 0.111 1.9) |
Copy-ready code
/* CSS */
color: #f89eb7;
background-color: #f89eb7;
/* Tailwind (arbitrary) */
class="text-[#f89eb7] bg-[#f89eb7]"
/* SCSS */
$brand: #f89eb7;
/* SwiftUI */
Color(red: 0.973, green: 0.620, blue: 0.718)
/* Android */
Color.parseColor("#f89eb7")Accessibility — WCAG contrast
Aa
#f89eb7 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f89eb7 on black: 10.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green62.0%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta36.3%
Yellow26.2%
Key (black)2.7%
Color previews
#f89eb7 text on a black background
contrast 10.57:1
Card sample
#f89eb7 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f89eb7;
Background color
Panel with #f89eb7 background
background-color: #f89eb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f89eb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 158, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 158, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f89eb7; background: linear-gradient(135deg, #f89eb7, #F8C19E);