#fe6bdf
a light, electric magenta / pink · warm · closest name: violet
RGB
254, 107, 223
HSL
313°, 99%, 71%
CMYK
0, 58, 12, 0
Luminance
0.3691
Every format
| HEX | #fe6bdf |
| RGB | rgb(254, 107, 223) |
| HSL | hsl(313, 99%, 71%) |
| CMYK | cmyk(0%, 58%, 12%, 0%) |
| LAB | lab(67.2 68.9 -32.2) |
| LCH | lch(67.2 76.1 335.0) |
| OKLCH | oklch(0.746 0.220 336.6) |
Copy-ready code
/* CSS */
color: #fe6bdf;
background-color: #fe6bdf;
/* Tailwind (arbitrary) */
class="text-[#fe6bdf] bg-[#fe6bdf]"
/* SCSS */
$brand: #fe6bdf;
/* SwiftUI */
Color(red: 0.996, green: 0.420, blue: 0.875)
/* Android */
Color.parseColor("#fe6bdf")Accessibility — WCAG contrast
Aa
#fe6bdf on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe6bdf on black: 8.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green42.0%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta57.9%
Yellow12.2%
Key (black)0.4%
Color previews
#fe6bdf text on a black background
contrast 8.38:1
Card sample
#fe6bdf text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe6bdf;
Background color
Panel with #fe6bdf background
background-color: #fe6bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe6bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 107, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 107, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe6bdf; background: linear-gradient(135deg, #fe6bdf, #FE6B7D);