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