#fe8ace
a light, electric magenta / pink · warm · closest name: plum
RGB
254, 138, 206
HSL
325°, 98%, 77%
CMYK
0, 46, 19, 0
Luminance
0.4370
Every format
| HEX | #fe8ace |
| RGB | rgb(254, 138, 206) |
| HSL | hsl(325, 98%, 77%) |
| CMYK | cmyk(0%, 46%, 19%, 0%) |
| LAB | lab(72.0 52.1 -15.4) |
| LCH | lch(72.0 54.3 343.5) |
| OKLCH | oklch(0.780 0.160 345.3) |
Copy-ready code
/* CSS */
color: #fe8ace;
background-color: #fe8ace;
/* Tailwind (arbitrary) */
class="text-[#fe8ace] bg-[#fe8ace]"
/* SCSS */
$brand: #fe8ace;
/* SwiftUI */
Color(red: 0.996, green: 0.541, blue: 0.808)
/* Android */
Color.parseColor("#fe8ace")Accessibility — WCAG contrast
Aa
#fe8ace on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe8ace on black: 9.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green54.1%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta45.7%
Yellow18.9%
Key (black)0.4%
Color previews
#fe8ace text on a black background
contrast 9.74:1
Card sample
#fe8ace text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe8ace;
Background color
Panel with #fe8ace background
background-color: #fe8ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe8ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 138, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 138, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe8ace; background: linear-gradient(135deg, #fe8ace, #FE938A);