#fea7f2
a light, electric magenta / pink · warm · closest name: plum
RGB
254, 167, 242
HSL
308°, 98%, 83%
CMYK
0, 34, 5, 0
Luminance
0.5512
Every format
| HEX | #fea7f2 |
| RGB | rgb(254, 167, 242) |
| HSL | hsl(308, 98%, 83%) |
| CMYK | cmyk(0%, 34%, 5%, 0%) |
| LAB | lab(79.1 43.1 -24.3) |
| LCH | lch(79.1 49.5 330.6) |
| OKLCH | oklch(0.837 0.139 331.8) |
Copy-ready code
/* CSS */
color: #fea7f2;
background-color: #fea7f2;
/* Tailwind (arbitrary) */
class="text-[#fea7f2] bg-[#fea7f2]"
/* SCSS */
$brand: #fea7f2;
/* SwiftUI */
Color(red: 0.996, green: 0.655, blue: 0.949)
/* Android */
Color.parseColor("#fea7f2")Accessibility — WCAG contrast
Aa
#fea7f2 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fea7f2 on black: 12.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green65.5%
Blue94.9%
CMYK percentages
Cyan0.0%
Magenta34.3%
Yellow4.7%
Key (black)0.4%
Color previews
#fea7f2 text on a black background
contrast 12.02:1
Card sample
#fea7f2 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fea7f2;
Background color
Panel with #fea7f2 background
background-color: #fea7f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fea7f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 167, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 167, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fea7f2; background: linear-gradient(135deg, #fea7f2, #FEA7B8);