#fe4fd0
a light, electric magenta / pink · warm · closest name: orchid
RGB
254, 79, 208
HSL
316°, 99%, 65%
CMYK
0, 69, 18, 0
Luminance
0.3122
Every format
| HEX | #fe4fd0 |
| RGB | rgb(254, 79, 208) |
| HSL | hsl(316, 99%, 65%) |
| CMYK | cmyk(0%, 69%, 18%, 0%) |
| LAB | lab(62.7 77.6 -30.8) |
| LCH | lch(62.7 83.5 338.4) |
| OKLCH | oklch(0.711 0.246 340.3) |
Copy-ready code
/* CSS */
color: #fe4fd0;
background-color: #fe4fd0;
/* Tailwind (arbitrary) */
class="text-[#fe4fd0] bg-[#fe4fd0]"
/* SCSS */
$brand: #fe4fd0;
/* SwiftUI */
Color(red: 0.996, green: 0.310, blue: 0.816)
/* Android */
Color.parseColor("#fe4fd0")Accessibility — WCAG contrast
Aa
#fe4fd0 on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe4fd0 on black: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green31.0%
Blue81.6%
CMYK percentages
Cyan0.0%
Magenta68.9%
Yellow18.1%
Key (black)0.4%
Color previews
#fe4fd0 text on a black background
contrast 7.24:1
Card sample
#fe4fd0 text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe4fd0;
Background color
Panel with #fe4fd0 background
background-color: #fe4fd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe4fd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 79, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 79, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe4fd0; background: linear-gradient(135deg, #fe4fd0, #FE4F5B);