#fe7cef
a light, electric magenta / pink · warm · closest name: violet
RGB
254, 124, 239
HSL
307°, 99%, 74%
CMYK
0, 51, 6, 0
Luminance
0.4172
Every format
| HEX | #fe7cef |
| RGB | rgb(254, 124, 239) |
| HSL | hsl(307, 99%, 74%) |
| CMYK | cmyk(0%, 51%, 6%, 0%) |
| LAB | lab(70.7 63.9 -35.7) |
| LCH | lch(70.7 73.1 330.8) |
| OKLCH | oklch(0.774 0.206 331.9) |
Copy-ready code
/* CSS */
color: #fe7cef;
background-color: #fe7cef;
/* Tailwind (arbitrary) */
class="text-[#fe7cef] bg-[#fe7cef]"
/* SCSS */
$brand: #fe7cef;
/* SwiftUI */
Color(red: 0.996, green: 0.486, blue: 0.937)
/* Android */
Color.parseColor("#fe7cef")Accessibility — WCAG contrast
Aa
#fe7cef on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe7cef on black: 9.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green48.6%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta51.2%
Yellow5.9%
Key (black)0.4%
Color previews
#fe7cef text on a black background
contrast 9.34:1
Card sample
#fe7cef text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe7cef;
Background color
Panel with #fe7cef background
background-color: #fe7cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe7cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 124, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 124, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe7cef; background: linear-gradient(135deg, #fe7cef, #FE7C98);