#fe4baf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
254, 75, 175
HSL
327°, 99%, 65%
CMYK
0, 71, 31, 0
Luminance
0.2920
Every format
| HEX | #fe4baf |
| RGB | rgb(254, 75, 175) |
| HSL | hsl(327, 99%, 65%) |
| CMYK | cmyk(0%, 71%, 31%, 0%) |
| LAB | lab(61.0 74.9 -14.6) |
| LCH | lch(61.0 76.3 349.0) |
| OKLCH | oklch(0.694 0.232 350.6) |
Copy-ready code
/* CSS */
color: #fe4baf;
background-color: #fe4baf;
/* Tailwind (arbitrary) */
class="text-[#fe4baf] bg-[#fe4baf]"
/* SCSS */
$brand: #fe4baf;
/* SwiftUI */
Color(red: 0.996, green: 0.294, blue: 0.686)
/* Android */
Color.parseColor("#fe4baf")Accessibility — WCAG contrast
Aa
#fe4baf on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fe4baf on black: 6.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green29.4%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta70.5%
Yellow31.1%
Key (black)0.4%
Color previews
#fe4baf text on a black background
contrast 6.84:1
Card sample
#fe4baf text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe4baf;
Background color
Panel with #fe4baf background
background-color: #fe4baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe4baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 75, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 75, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe4baf; background: linear-gradient(135deg, #fe4baf, #FE5E4B);