#fe79ba
a light, electric magenta / pink · warm · closest name: orchid
RGB
254, 121, 186
HSL
331°, 99%, 74%
CMYK
0, 52, 27, 0
Luminance
0.3829
Every format
| HEX | #fe79ba |
| RGB | rgb(254, 121, 186) |
| HSL | hsl(331, 99%, 74%) |
| CMYK | cmyk(0%, 52%, 27%, 0%) |
| LAB | lab(68.2 57.5 -9.9) |
| LCH | lch(68.2 58.4 350.2) |
| OKLCH | oklch(0.749 0.176 351.6) |
Copy-ready code
/* CSS */
color: #fe79ba;
background-color: #fe79ba;
/* Tailwind (arbitrary) */
class="text-[#fe79ba] bg-[#fe79ba]"
/* SCSS */
$brand: #fe79ba;
/* SwiftUI */
Color(red: 0.996, green: 0.475, blue: 0.729)
/* Android */
Color.parseColor("#fe79ba")Accessibility — WCAG contrast
Aa
#fe79ba on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe79ba on black: 8.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green47.5%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta52.4%
Yellow26.8%
Key (black)0.4%
Color previews
#fe79ba text on a black background
contrast 8.66:1
Card sample
#fe79ba text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe79ba;
Background color
Panel with #fe79ba background
background-color: #fe79ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe79ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 121, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 121, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe79ba; background: linear-gradient(135deg, #fe79ba, #FE9179);