#feebfe
a pale, electric magenta / pink · warm · closest name: lavender
RGB
254, 235, 254
HSL
300°, 91%, 96%
CMYK
0, 8, 0, 0
Luminance
0.8764
Every format
| HEX | #feebfe |
| RGB | rgb(254, 235, 254) |
| HSL | hsl(300, 91%, 96%) |
| CMYK | cmyk(0%, 8%, 0%, 0%) |
| LAB | lab(95.0 9.7 -6.8) |
| LCH | lch(95.0 11.8 324.9) |
| OKLCH | oklch(0.961 0.032 325.8) |
Copy-ready code
/* CSS */
color: #feebfe;
background-color: #feebfe;
/* Tailwind (arbitrary) */
class="text-[#feebfe] bg-[#feebfe]"
/* SCSS */
$brand: #feebfe;
/* SwiftUI */
Color(red: 0.996, green: 0.922, blue: 0.996)
/* Android */
Color.parseColor("#feebfe")Accessibility — WCAG contrast
Aa
#feebfe on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feebfe on black: 18.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green92.2%
Blue99.6%
CMYK percentages
Cyan0.0%
Magenta7.5%
Yellow0.0%
Key (black)0.4%
Color previews
#feebfe text on a black background
contrast 18.53:1
Card sample
#feebfe text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feebfe;
Background color
Panel with #feebfe background
background-color: #feebfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feebfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 235, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 235, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feebfe; background: linear-gradient(135deg, #feebfe, #FEEBF1);