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