#fea4fe
a light, electric magenta / pink · warm · closest name: violet
RGB
254, 164, 254
HSL
300°, 98%, 82%
CMYK
0, 35, 0, 0
Luminance
0.5478
Every format
| HEX | #fea4fe |
| RGB | rgb(254, 164, 254) |
| HSL | hsl(300, 98%, 82%) |
| CMYK | cmyk(0%, 35%, 0%, 0%) |
| LAB | lab(78.9 46.8 -31.1) |
| LCH | lch(78.9 56.2 326.4) |
| OKLCH | oklch(0.837 0.155 326.8) |
Copy-ready code
/* CSS */
color: #fea4fe;
background-color: #fea4fe;
/* Tailwind (arbitrary) */
class="text-[#fea4fe] bg-[#fea4fe]"
/* SCSS */
$brand: #fea4fe;
/* SwiftUI */
Color(red: 0.996, green: 0.643, blue: 0.996)
/* Android */
Color.parseColor("#fea4fe")Accessibility — WCAG contrast
Aa
#fea4fe on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fea4fe on black: 11.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green64.3%
Blue99.6%
CMYK percentages
Cyan0.0%
Magenta35.4%
Yellow0.0%
Key (black)0.4%
Color previews
#fea4fe text on a black background
contrast 11.96:1
Card sample
#fea4fe text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fea4fe;
Background color
Panel with #fea4fe background
background-color: #fea4fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fea4fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 164, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 164, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fea4fe; background: linear-gradient(135deg, #fea4fe, #FEA4C2);