#fe00da
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
254, 0, 218
HSL
309°, 100%, 50%
CMYK
0, 100, 14, 0
Luminance
0.2613
Every format
| HEX | #fe00da |
| RGB | rgb(254, 0, 218) |
| HSL | hsl(309, 100%, 50%) |
| CMYK | cmyk(0%, 100%, 14%, 0%) |
| LAB | lab(58.2 93.2 -43.5) |
| LCH | lch(58.2 102.9 335.0) |
| OKLCH | oklch(0.680 0.300 336.6) |
Copy-ready code
/* CSS */
color: #fe00da;
background-color: #fe00da;
/* Tailwind (arbitrary) */
class="text-[#fe00da] bg-[#fe00da]"
/* SCSS */
$brand: #fe00da;
/* SwiftUI */
Color(red: 0.996, green: 0.000, blue: 0.855)
/* Android */
Color.parseColor("#fe00da")Accessibility — WCAG contrast
Aa
#fe00da on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fe00da on black: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green0.0%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow14.2%
Key (black)0.4%
Color previews
#fe00da text on a black background
contrast 6.23:1
Card sample
#fe00da text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe00da;
Background color
Panel with #fe00da background
background-color: #fe00da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe00da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 0, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 0, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe00da; background: linear-gradient(135deg, #fe00da, #FE0031);