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