#fe6fe2
a light, electric magenta / pink · warm · closest name: violet
RGB
254, 111, 226
HSL
312°, 99%, 72%
CMYK
0, 56, 11, 0
Luminance
0.3793
Every format
| HEX | #fe6fe2 |
| RGB | rgb(254, 111, 226) |
| HSL | hsl(312, 99%, 72%) |
| CMYK | cmyk(0%, 56%, 11%, 0%) |
| LAB | lab(68.0 67.7 -32.7) |
| LCH | lch(68.0 75.1 334.2) |
| OKLCH | oklch(0.752 0.216 335.8) |
Copy-ready code
/* CSS */
color: #fe6fe2;
background-color: #fe6fe2;
/* Tailwind (arbitrary) */
class="text-[#fe6fe2] bg-[#fe6fe2]"
/* SCSS */
$brand: #fe6fe2;
/* SwiftUI */
Color(red: 0.996, green: 0.435, blue: 0.886)
/* Android */
Color.parseColor("#fe6fe2")Accessibility — WCAG contrast
Aa
#fe6fe2 on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe6fe2 on black: 8.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green43.5%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta56.3%
Yellow11.0%
Key (black)0.4%
Color previews
#fe6fe2 text on a black background
contrast 8.59:1
Card sample
#fe6fe2 text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe6fe2;
Background color
Panel with #fe6fe2 background
background-color: #fe6fe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe6fe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 111, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 111, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe6fe2; background: linear-gradient(135deg, #fe6fe2, #FE6F83);