#fe4bdf
a balanced, electric magenta / pink · warm · closest name: violet
RGB
254, 75, 223
HSL
310°, 99%, 65%
CMYK
0, 71, 12, 0
Luminance
0.3143
Every format
| HEX | #fe4bdf |
| RGB | rgb(254, 75, 223) |
| HSL | hsl(310, 99%, 65%) |
| CMYK | cmyk(0%, 71%, 12%, 0%) |
| LAB | lab(62.9 81.0 -39.0) |
| LCH | lch(62.9 89.8 334.3) |
| OKLCH | oklch(0.714 0.260 335.9) |
Copy-ready code
/* CSS */
color: #fe4bdf;
background-color: #fe4bdf;
/* Tailwind (arbitrary) */
class="text-[#fe4bdf] bg-[#fe4bdf]"
/* SCSS */
$brand: #fe4bdf;
/* SwiftUI */
Color(red: 0.996, green: 0.294, blue: 0.875)
/* Android */
Color.parseColor("#fe4bdf")Accessibility — WCAG contrast
Aa
#fe4bdf on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe4bdf on black: 7.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green29.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta70.5%
Yellow12.2%
Key (black)0.4%
Color previews
#fe4bdf text on a black background
contrast 7.29:1
Card sample
#fe4bdf text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe4bdf;
Background color
Panel with #fe4bdf background
background-color: #fe4bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe4bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 75, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 75, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe4bdf; background: linear-gradient(135deg, #fe4bdf, #FE4B68);