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