#fe5ecf
a light, electric magenta / pink · warm · closest name: orchid
RGB
254, 94, 207
HSL
318°, 99%, 68%
CMYK
0, 63, 19, 0
Luminance
0.3358
Every format
| HEX | #fe5ecf |
| RGB | rgb(254, 94, 207) |
| HSL | hsl(318, 99%, 68%) |
| CMYK | cmyk(0%, 63%, 19%, 0%) |
| LAB | lab(64.6 72.0 -27.2) |
| LCH | lch(64.6 76.9 339.3) |
| OKLCH | oklch(0.725 0.227 341.2) |
Copy-ready code
/* CSS */
color: #fe5ecf;
background-color: #fe5ecf;
/* Tailwind (arbitrary) */
class="text-[#fe5ecf] bg-[#fe5ecf]"
/* SCSS */
$brand: #fe5ecf;
/* SwiftUI */
Color(red: 0.996, green: 0.369, blue: 0.812)
/* Android */
Color.parseColor("#fe5ecf")Accessibility — WCAG contrast
Aa
#fe5ecf on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe5ecf on black: 7.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green36.9%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta63.0%
Yellow18.5%
Key (black)0.4%
Color previews
#fe5ecf text on a black background
contrast 7.72:1
Card sample
#fe5ecf text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe5ecf;
Background color
Panel with #fe5ecf background
background-color: #fe5ecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe5ecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 94, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 94, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe5ecf; background: linear-gradient(135deg, #fe5ecf, #FE5E64);