#fe6fef
a light, electric magenta / pink · warm · closest name: violet
RGB
254, 111, 239
HSL
306°, 99%, 72%
CMYK
0, 56, 6, 0
Luminance
0.3867
Every format
| HEX | #fe6fef |
| RGB | rgb(254, 111, 239) |
| HSL | hsl(306, 99%, 72%) |
| CMYK | cmyk(0%, 56%, 6%, 0%) |
| LAB | lab(68.5 69.7 -39.0) |
| LCH | lch(68.5 79.8 330.7) |
| OKLCH | oklch(0.758 0.226 331.8) |
Copy-ready code
/* CSS */
color: #fe6fef;
background-color: #fe6fef;
/* Tailwind (arbitrary) */
class="text-[#fe6fef] bg-[#fe6fef]"
/* SCSS */
$brand: #fe6fef;
/* SwiftUI */
Color(red: 0.996, green: 0.435, blue: 0.937)
/* Android */
Color.parseColor("#fe6fef")Accessibility — WCAG contrast
Aa
#fe6fef on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe6fef on black: 8.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green43.5%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta56.3%
Yellow5.9%
Key (black)0.4%
Color previews
#fe6fef text on a black background
contrast 8.73:1
Card sample
#fe6fef text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe6fef;
Background color
Panel with #fe6fef background
background-color: #fe6fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe6fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 111, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 111, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe6fef; background: linear-gradient(135deg, #fe6fef, #FE6F90);