#fe84eb
a light, electric magenta / pink · warm · closest name: violet
RGB
254, 132, 235
HSL
309°, 98%, 76%
CMYK
0, 48, 8, 0
Luminance
0.4357
Every format
| HEX | #fe84eb |
| RGB | rgb(254, 132, 235) |
| HSL | hsl(309, 98%, 76%) |
| CMYK | cmyk(0%, 48%, 8%, 0%) |
| LAB | lab(71.9 59.5 -31.5) |
| LCH | lch(71.9 67.3 332.1) |
| OKLCH | oklch(0.782 0.191 333.4) |
Copy-ready code
/* CSS */
color: #fe84eb;
background-color: #fe84eb;
/* Tailwind (arbitrary) */
class="text-[#fe84eb] bg-[#fe84eb]"
/* SCSS */
$brand: #fe84eb;
/* SwiftUI */
Color(red: 0.996, green: 0.518, blue: 0.922)
/* Android */
Color.parseColor("#fe84eb")Accessibility — WCAG contrast
Aa
#fe84eb on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe84eb on black: 9.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green51.8%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta48.0%
Yellow7.5%
Key (black)0.4%
Color previews
#fe84eb text on a black background
contrast 9.71:1
Card sample
#fe84eb text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe84eb;
Background color
Panel with #fe84eb background
background-color: #fe84eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe84eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 132, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 132, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe84eb; background: linear-gradient(135deg, #fe84eb, #FE849A);