#fe7dbf
a light, electric magenta / pink · warm · closest name: orchid
RGB
254, 125, 191
HSL
329°, 99%, 74%
CMYK
0, 51, 25, 0
Luminance
0.3950
Every format
| HEX | #fe7dbf |
| RGB | rgb(254, 125, 191) |
| HSL | hsl(329, 99%, 74%) |
| CMYK | cmyk(0%, 51%, 25%, 0%) |
| LAB | lab(69.1 56.3 -11.4) |
| LCH | lch(69.1 57.4 348.5) |
| OKLCH | oklch(0.756 0.172 350.1) |
Copy-ready code
/* CSS */
color: #fe7dbf;
background-color: #fe7dbf;
/* Tailwind (arbitrary) */
class="text-[#fe7dbf] bg-[#fe7dbf]"
/* SCSS */
$brand: #fe7dbf;
/* SwiftUI */
Color(red: 0.996, green: 0.490, blue: 0.749)
/* Android */
Color.parseColor("#fe7dbf")Accessibility — WCAG contrast
Aa
#fe7dbf on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe7dbf on black: 8.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green49.0%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta50.8%
Yellow24.8%
Key (black)0.4%
Color previews
#fe7dbf text on a black background
contrast 8.90:1
Card sample
#fe7dbf text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe7dbf;
Background color
Panel with #fe7dbf background
background-color: #fe7dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe7dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 125, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 125, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe7dbf; background: linear-gradient(135deg, #fe7dbf, #FE917D);