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