#fa8eb2
a light, electric magenta / pink · warm · closest name: pink
RGB
250, 142, 178
HSL
340°, 92%, 77%
CMYK
0, 43, 29, 2
Luminance
0.4288
Every format
| HEX | #fa8eb2 |
| RGB | rgb(250, 142, 178) |
| HSL | hsl(340, 92%, 77%) |
| CMYK | cmyk(0%, 43%, 29%, 2%) |
| LAB | lab(71.5 44.9 -0.7) |
| LCH | lch(71.5 44.9 359.1) |
| OKLCH | oklch(0.772 0.136 359.4) |
Copy-ready code
/* CSS */
color: #fa8eb2;
background-color: #fa8eb2;
/* Tailwind (arbitrary) */
class="text-[#fa8eb2] bg-[#fa8eb2]"
/* SCSS */
$brand: #fa8eb2;
/* SwiftUI */
Color(red: 0.980, green: 0.557, blue: 0.698)
/* Android */
Color.parseColor("#fa8eb2")Accessibility — WCAG contrast
Aa
#fa8eb2 on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fa8eb2 on black: 9.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green55.7%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta43.2%
Yellow28.8%
Key (black)2.0%
Color previews
#fa8eb2 text on a black background
contrast 9.58:1
Card sample
#fa8eb2 text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fa8eb2;
Background color
Panel with #fa8eb2 background
background-color: #fa8eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fa8eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 142, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 142, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fa8eb2; background: linear-gradient(135deg, #fa8eb2, #FAB28E);