#fe3df0
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
254, 61, 240
HSL
304°, 99%, 62%
CMYK
0, 76, 6, 0
Luminance
0.3070
Every format
| HEX | #fe3df0 |
| RGB | rgb(254, 61, 240) |
| HSL | hsl(304, 99%, 62%) |
| CMYK | cmyk(0%, 76%, 6%, 0%) |
| LAB | lab(62.3 87.4 -49.4) |
| LCH | lch(62.3 100.4 330.5) |
| OKLCH | oklch(0.713 0.285 331.4) |
Copy-ready code
/* CSS */
color: #fe3df0;
background-color: #fe3df0;
/* Tailwind (arbitrary) */
class="text-[#fe3df0] bg-[#fe3df0]"
/* SCSS */
$brand: #fe3df0;
/* SwiftUI */
Color(red: 0.996, green: 0.239, blue: 0.941)
/* Android */
Color.parseColor("#fe3df0")Accessibility — WCAG contrast
Aa
#fe3df0 on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe3df0 on black: 7.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green23.9%
Blue94.1%
CMYK percentages
Cyan0.0%
Magenta76.0%
Yellow5.5%
Key (black)0.4%
Color previews
#fe3df0 text on a black background
contrast 7.14:1
Card sample
#fe3df0 text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe3df0;
Background color
Panel with #fe3df0 background
background-color: #fe3df0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe3df0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 61, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 61, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe3df0; background: linear-gradient(135deg, #fe3df0, #FE3D6F);