#fe79eb
a light, electric magenta / pink · warm · closest name: violet
RGB
254, 121, 235
HSL
309°, 99%, 74%
CMYK
0, 52, 8, 0
Luminance
0.4074
Every format
| HEX | #fe79eb |
| RGB | rgb(254, 121, 235) |
| HSL | hsl(309, 99%, 74%) |
| CMYK | cmyk(0%, 52%, 8%, 0%) |
| LAB | lab(70.0 64.6 -34.5) |
| LCH | lch(70.0 73.2 331.9) |
| OKLCH | oklch(0.768 0.208 333.1) |
Copy-ready code
/* CSS */
color: #fe79eb;
background-color: #fe79eb;
/* Tailwind (arbitrary) */
class="text-[#fe79eb] bg-[#fe79eb]"
/* SCSS */
$brand: #fe79eb;
/* SwiftUI */
Color(red: 0.996, green: 0.475, blue: 0.922)
/* Android */
Color.parseColor("#fe79eb")Accessibility — WCAG contrast
Aa
#fe79eb on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe79eb on black: 9.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green47.5%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta52.4%
Yellow7.5%
Key (black)0.4%
Color previews
#fe79eb text on a black background
contrast 9.15:1
Card sample
#fe79eb text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe79eb;
Background color
Panel with #fe79eb background
background-color: #fe79eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe79eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 121, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 121, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe79eb; background: linear-gradient(135deg, #fe79eb, #FE7992);