#fe38eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
254, 56, 235
HSL
306°, 99%, 61%
CMYK
0, 78, 8, 0
Luminance
0.2990
Every format
| HEX | #fe38eb |
| RGB | rgb(254, 56, 235) |
| HSL | hsl(306, 99%, 61%) |
| CMYK | cmyk(0%, 78%, 8%, 0%) |
| LAB | lab(61.6 88.0 -47.7) |
| LCH | lch(61.6 100.1 331.5) |
| OKLCH | oklch(0.707 0.285 332.6) |
Copy-ready code
/* CSS */
color: #fe38eb;
background-color: #fe38eb;
/* Tailwind (arbitrary) */
class="text-[#fe38eb] bg-[#fe38eb]"
/* SCSS */
$brand: #fe38eb;
/* SwiftUI */
Color(red: 0.996, green: 0.220, blue: 0.922)
/* Android */
Color.parseColor("#fe38eb")Accessibility — WCAG contrast
Aa
#fe38eb on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fe38eb on black: 6.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green22.0%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta78.0%
Yellow7.5%
Key (black)0.4%
Color previews
#fe38eb text on a black background
contrast 6.98:1
Card sample
#fe38eb text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe38eb;
Background color
Panel with #fe38eb background
background-color: #fe38eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe38eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 56, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 56, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe38eb; background: linear-gradient(135deg, #fe38eb, #FE3867);