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