#fe5fef
a light, electric magenta / pink · warm · closest name: violet
RGB
254, 95, 239
HSL
306°, 99%, 68%
CMYK
0, 63, 6, 0
Luminance
0.3549
Every format
| HEX | #fe5fef |
| RGB | rgb(254, 95, 239) |
| HSL | hsl(306, 99%, 68%) |
| CMYK | cmyk(0%, 63%, 6%, 0%) |
| LAB | lab(66.1 76.2 -42.8) |
| LCH | lch(66.1 87.4 330.7) |
| OKLCH | oklch(0.740 0.247 331.7) |
Copy-ready code
/* CSS */
color: #fe5fef;
background-color: #fe5fef;
/* Tailwind (arbitrary) */
class="text-[#fe5fef] bg-[#fe5fef]"
/* SCSS */
$brand: #fe5fef;
/* SwiftUI */
Color(red: 0.996, green: 0.373, blue: 0.937)
/* Android */
Color.parseColor("#fe5fef")Accessibility — WCAG contrast
Aa
#fe5fef on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe5fef on black: 8.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green37.3%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta62.6%
Yellow5.9%
Key (black)0.4%
Color previews
#fe5fef text on a black background
contrast 8.10:1
Card sample
#fe5fef text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe5fef;
Background color
Panel with #fe5fef background
background-color: #fe5fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe5fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 95, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 95, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe5fef; background: linear-gradient(135deg, #fe5fef, #FE5F85);