#feabf2
a light, electric magenta / pink · warm · closest name: plum
RGB
254, 171, 242
HSL
309°, 98%, 83%
CMYK
0, 33, 5, 0
Luminance
0.5661
Every format
| HEX | #feabf2 |
| RGB | rgb(254, 171, 242) |
| HSL | hsl(309, 98%, 83%) |
| CMYK | cmyk(0%, 33%, 5%, 0%) |
| LAB | lab(80.0 41.0 -23.0) |
| LCH | lch(80.0 47.1 330.7) |
| OKLCH | oklch(0.844 0.132 331.9) |
Copy-ready code
/* CSS */
color: #feabf2;
background-color: #feabf2;
/* Tailwind (arbitrary) */
class="text-[#feabf2] bg-[#feabf2]"
/* SCSS */
$brand: #feabf2;
/* SwiftUI */
Color(red: 0.996, green: 0.671, blue: 0.949)
/* Android */
Color.parseColor("#feabf2")Accessibility — WCAG contrast
Aa
#feabf2 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feabf2 on black: 12.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green67.1%
Blue94.9%
CMYK percentages
Cyan0.0%
Magenta32.7%
Yellow4.7%
Key (black)0.4%
Color previews
#feabf2 text on a black background
contrast 12.32:1
Card sample
#feabf2 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feabf2;
Background color
Panel with #feabf2 background
background-color: #feabf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feabf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 171, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 171, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feabf2; background: linear-gradient(135deg, #feabf2, #FEABBB);