#feaff2
a light, electric magenta / pink · warm · closest name: plum
RGB
254, 175, 242
HSL
309°, 98%, 84%
CMYK
0, 31, 5, 0
Luminance
0.5814
Every format
| HEX | #feaff2 |
| RGB | rgb(254, 175, 242) |
| HSL | hsl(309, 98%, 84%) |
| CMYK | cmyk(0%, 31%, 5%, 0%) |
| LAB | lab(80.8 39.0 -21.7) |
| LCH | lch(80.8 44.6 330.8) |
| OKLCH | oklch(0.850 0.125 332.1) |
Copy-ready code
/* CSS */
color: #feaff2;
background-color: #feaff2;
/* Tailwind (arbitrary) */
class="text-[#feaff2] bg-[#feaff2]"
/* SCSS */
$brand: #feaff2;
/* SwiftUI */
Color(red: 0.996, green: 0.686, blue: 0.949)
/* Android */
Color.parseColor("#feaff2")Accessibility — WCAG contrast
Aa
#feaff2 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feaff2 on black: 12.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green68.6%
Blue94.9%
CMYK percentages
Cyan0.0%
Magenta31.1%
Yellow4.7%
Key (black)0.4%
Color previews
#feaff2 text on a black background
contrast 12.63:1
Card sample
#feaff2 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feaff2;
Background color
Panel with #feaff2 background
background-color: #feaff2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feaff2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 175, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 175, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feaff2; background: linear-gradient(135deg, #feaff2, #FEAFBD);