#fe68eb
a light, electric magenta / pink · warm · closest name: violet
RGB
254, 104, 235
HSL
308°, 99%, 70%
CMYK
0, 59, 8, 0
Luminance
0.3697
Every format
| HEX | #fe68eb |
| RGB | rgb(254, 104, 235) |
| HSL | hsl(308, 99%, 70%) |
| CMYK | cmyk(0%, 59%, 8%, 0%) |
| LAB | lab(67.3 72.0 -38.8) |
| LCH | lch(67.3 81.8 331.7) |
| OKLCH | oklch(0.748 0.233 332.9) |
Copy-ready code
/* CSS */
color: #fe68eb;
background-color: #fe68eb;
/* Tailwind (arbitrary) */
class="text-[#fe68eb] bg-[#fe68eb]"
/* SCSS */
$brand: #fe68eb;
/* SwiftUI */
Color(red: 0.996, green: 0.408, blue: 0.922)
/* Android */
Color.parseColor("#fe68eb")Accessibility — WCAG contrast
Aa
#fe68eb on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe68eb on black: 8.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green40.8%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta59.1%
Yellow7.5%
Key (black)0.4%
Color previews
#fe68eb text on a black background
contrast 8.39:1
Card sample
#fe68eb text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe68eb;
Background color
Panel with #fe68eb background
background-color: #fe68eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe68eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 104, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 104, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe68eb; background: linear-gradient(135deg, #fe68eb, #FE6887);