#fe7bcf
a light, electric magenta / pink · warm · closest name: orchid
RGB
254, 123, 207
HSL
322°, 99%, 74%
CMYK
0, 52, 19, 0
Luminance
0.3974
Every format
| HEX | #fe7bcf |
| RGB | rgb(254, 123, 207) |
| HSL | hsl(322, 99%, 74%) |
| CMYK | cmyk(0%, 52%, 19%, 0%) |
| LAB | lab(69.3 59.4 -20.1) |
| LCH | lch(69.3 62.7 341.3) |
| OKLCH | oklch(0.759 0.185 343.2) |
Copy-ready code
/* CSS */
color: #fe7bcf;
background-color: #fe7bcf;
/* Tailwind (arbitrary) */
class="text-[#fe7bcf] bg-[#fe7bcf]"
/* SCSS */
$brand: #fe7bcf;
/* SwiftUI */
Color(red: 0.996, green: 0.482, blue: 0.812)
/* Android */
Color.parseColor("#fe7bcf")Accessibility — WCAG contrast
Aa
#fe7bcf on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe7bcf on black: 8.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green48.2%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta51.6%
Yellow18.5%
Key (black)0.4%
Color previews
#fe7bcf text on a black background
contrast 8.95:1
Card sample
#fe7bcf text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe7bcf;
Background color
Panel with #fe7bcf background
background-color: #fe7bcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe7bcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 123, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 123, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe7bcf; background: linear-gradient(135deg, #fe7bcf, #FE7E7B);