#feaaeb
a light, electric magenta / pink · warm · closest name: plum
RGB
254, 170, 235
HSL
314°, 98%, 83%
CMYK
0, 33, 8, 0
Luminance
0.5582
Every format
| HEX | #feaaeb |
| RGB | rgb(254, 170, 235) |
| HSL | hsl(314, 98%, 83%) |
| CMYK | cmyk(0%, 33%, 8%, 0%) |
| LAB | lab(79.5 40.4 -19.9) |
| LCH | lch(79.5 45.0 333.7) |
| OKLCH | oklch(0.839 0.128 335.2) |
Copy-ready code
/* CSS */
color: #feaaeb;
background-color: #feaaeb;
/* Tailwind (arbitrary) */
class="text-[#feaaeb] bg-[#feaaeb]"
/* SCSS */
$brand: #feaaeb;
/* SwiftUI */
Color(red: 0.996, green: 0.667, blue: 0.922)
/* Android */
Color.parseColor("#feaaeb")Accessibility — WCAG contrast
Aa
#feaaeb on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feaaeb on black: 12.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green66.7%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta33.1%
Yellow7.5%
Key (black)0.4%
Color previews
#feaaeb text on a black background
contrast 12.16:1
Card sample
#feaaeb text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feaaeb;
Background color
Panel with #feaaeb background
background-color: #feaaeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feaaeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 170, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 170, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feaaeb; background: linear-gradient(135deg, #feaaeb, #FEAAB3);