#feeafb
a pale, electric magenta / pink · warm · closest name: lavender
RGB
254, 234, 251
HSL
309°, 91%, 96%
CMYK
0, 8, 1, 0
Luminance
0.8688
Every format
| HEX | #feeafb |
| RGB | rgb(254, 234, 251) |
| HSL | hsl(309, 91%, 96%) |
| CMYK | cmyk(0%, 8%, 1%, 0%) |
| LAB | lab(94.7 9.7 -5.7) |
| LCH | lch(94.7 11.3 329.3) |
| OKLCH | oklch(0.958 0.031 330.7) |
Copy-ready code
/* CSS */
color: #feeafb;
background-color: #feeafb;
/* Tailwind (arbitrary) */
class="text-[#feeafb] bg-[#feeafb]"
/* SCSS */
$brand: #feeafb;
/* SwiftUI */
Color(red: 0.996, green: 0.918, blue: 0.984)
/* Android */
Color.parseColor("#feeafb")Accessibility — WCAG contrast
Aa
#feeafb on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feeafb on black: 18.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green91.8%
Blue98.4%
CMYK percentages
Cyan0.0%
Magenta7.9%
Yellow1.2%
Key (black)0.4%
Color previews
#feeafb text on a black background
contrast 18.38:1
Card sample
#feeafb text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feeafb;
Background color
Panel with #feeafb background
background-color: #feeafb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feeafb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 234, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 234, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feeafb; background: linear-gradient(135deg, #feeafb, #FEEAEE);