#fe7ace
a light, electric magenta / pink · warm · closest name: orchid
RGB
254, 122, 206
HSL
322°, 99%, 74%
CMYK
0, 52, 19, 0
Luminance
0.3945
Every format
| HEX | #fe7ace |
| RGB | rgb(254, 122, 206) |
| HSL | hsl(322, 99%, 74%) |
| CMYK | cmyk(0%, 52%, 19%, 0%) |
| LAB | lab(69.1 59.8 -19.9) |
| LCH | lch(69.1 63.0 341.6) |
| OKLCH | oklch(0.758 0.186 343.5) |
Copy-ready code
/* CSS */
color: #fe7ace;
background-color: #fe7ace;
/* Tailwind (arbitrary) */
class="text-[#fe7ace] bg-[#fe7ace]"
/* SCSS */
$brand: #fe7ace;
/* SwiftUI */
Color(red: 0.996, green: 0.478, blue: 0.808)
/* Android */
Color.parseColor("#fe7ace")Accessibility — WCAG contrast
Aa
#fe7ace on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe7ace on black: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green47.8%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta52.0%
Yellow18.9%
Key (black)0.4%
Color previews
#fe7ace text on a black background
contrast 8.89:1
Card sample
#fe7ace text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe7ace;
Background color
Panel with #fe7ace background
background-color: #fe7ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe7ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 122, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 122, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe7ace; background: linear-gradient(135deg, #fe7ace, #FE7E7A);