#fe3bcf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
254, 59, 207
HSL
315°, 99%, 61%
CMYK
0, 77, 19, 0
Luminance
0.2870
Every format
| HEX | #fe3bcf |
| RGB | rgb(254, 59, 207) |
| HSL | hsl(315, 99%, 61%) |
| CMYK | cmyk(0%, 77%, 19%, 0%) |
| LAB | lab(60.5 83.5 -33.6) |
| LCH | lch(60.5 90.0 338.1) |
| OKLCH | oklch(0.695 0.265 340.0) |
Copy-ready code
/* CSS */
color: #fe3bcf;
background-color: #fe3bcf;
/* Tailwind (arbitrary) */
class="text-[#fe3bcf] bg-[#fe3bcf]"
/* SCSS */
$brand: #fe3bcf;
/* SwiftUI */
Color(red: 0.996, green: 0.231, blue: 0.812)
/* Android */
Color.parseColor("#fe3bcf")Accessibility — WCAG contrast
Aa
#fe3bcf on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fe3bcf on black: 6.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green23.1%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta76.8%
Yellow18.5%
Key (black)0.4%
Color previews
#fe3bcf text on a black background
contrast 6.74:1
Card sample
#fe3bcf text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe3bcf;
Background color
Panel with #fe3bcf background
background-color: #fe3bcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe3bcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 59, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 59, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe3bcf; background: linear-gradient(135deg, #fe3bcf, #FE3B4D);