#fa9eb0
a light, electric red · warm · closest name: pink
RGB
250, 158, 176
HSL
348°, 90%, 80%
CMYK
0, 37, 30, 2
Luminance
0.4791
Every format
| HEX | #fa9eb0 |
| RGB | rgb(250, 158, 176) |
| HSL | hsl(348, 90%, 80%) |
| CMYK | cmyk(0%, 37%, 30%, 2%) |
| LAB | lab(74.8 36.4 5.2) |
| LCH | lch(74.8 36.8 8.1) |
| OKLCH | oklch(0.797 0.111 7.2) |
Copy-ready code
/* CSS */
color: #fa9eb0;
background-color: #fa9eb0;
/* Tailwind (arbitrary) */
class="text-[#fa9eb0] bg-[#fa9eb0]"
/* SCSS */
$brand: #fa9eb0;
/* SwiftUI */
Color(red: 0.980, green: 0.620, blue: 0.690)
/* Android */
Color.parseColor("#fa9eb0")Accessibility — WCAG contrast
Aa
#fa9eb0 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fa9eb0 on black: 10.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green62.0%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta36.8%
Yellow29.6%
Key (black)2.0%
Color previews
#fa9eb0 text on a black background
contrast 10.58:1
Card sample
#fa9eb0 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fa9eb0;
Background color
Panel with #fa9eb0 background
background-color: #fa9eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fa9eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 158, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 158, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fa9eb0; background: linear-gradient(135deg, #fa9eb0, #FAC99E);