#f89eb1
a light, electric red · warm · closest name: pink
RGB
248, 158, 177
HSL
347°, 87%, 80%
CMYK
0, 36, 29, 3
Luminance
0.4758
Every format
| HEX | #f89eb1 |
| RGB | rgb(248, 158, 177) |
| HSL | hsl(347, 87%, 80%) |
| CMYK | cmyk(0%, 36%, 29%, 3%) |
| LAB | lab(74.6 35.9 4.3) |
| LCH | lch(74.6 36.1 6.8) |
| OKLCH | oklch(0.795 0.109 6.1) |
Copy-ready code
/* CSS */
color: #f89eb1;
background-color: #f89eb1;
/* Tailwind (arbitrary) */
class="text-[#f89eb1] bg-[#f89eb1]"
/* SCSS */
$brand: #f89eb1;
/* SwiftUI */
Color(red: 0.973, green: 0.620, blue: 0.694)
/* Android */
Color.parseColor("#f89eb1")Accessibility — WCAG contrast
Aa
#f89eb1 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f89eb1 on black: 10.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green62.0%
Blue69.4%
CMYK percentages
Cyan0.0%
Magenta36.3%
Yellow28.6%
Key (black)2.7%
Color previews
#f89eb1 text on a black background
contrast 10.52:1
Card sample
#f89eb1 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f89eb1;
Background color
Panel with #f89eb1 background
background-color: #f89eb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f89eb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 158, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 158, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f89eb1; background: linear-gradient(135deg, #f89eb1, #F8C79E);