#fe6fec
a light, electric magenta / pink · warm · closest name: violet
RGB
254, 111, 236
HSL
308°, 99%, 72%
CMYK
0, 56, 7, 0
Luminance
0.3850
Every format
| HEX | #fe6fec |
| RGB | rgb(254, 111, 236) |
| HSL | hsl(308, 99%, 72%) |
| CMYK | cmyk(0%, 56%, 7%, 0%) |
| LAB | lab(68.4 69.2 -37.6) |
| LCH | lch(68.4 78.7 331.5) |
| OKLCH | oklch(0.756 0.223 332.7) |
Copy-ready code
/* CSS */
color: #fe6fec;
background-color: #fe6fec;
/* Tailwind (arbitrary) */
class="text-[#fe6fec] bg-[#fe6fec]"
/* SCSS */
$brand: #fe6fec;
/* SwiftUI */
Color(red: 0.996, green: 0.435, blue: 0.925)
/* Android */
Color.parseColor("#fe6fec")Accessibility — WCAG contrast
Aa
#fe6fec on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe6fec on black: 8.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green43.5%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta56.3%
Yellow7.1%
Key (black)0.4%
Color previews
#fe6fec text on a black background
contrast 8.70:1
Card sample
#fe6fec text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe6fec;
Background color
Panel with #fe6fec background
background-color: #fe6fec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe6fec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 111, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 111, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe6fec; background: linear-gradient(135deg, #fe6fec, #FE6F8D);