#fecbfe
a pale, electric magenta / pink · warm · closest name: plum
RGB
254, 203, 254
HSL
300°, 96%, 90%
CMYK
0, 20, 0, 0
Luminance
0.7094
Every format
| HEX | #fecbfe |
| RGB | rgb(254, 203, 254) |
| HSL | hsl(300, 96%, 90%) |
| CMYK | cmyk(0%, 20%, 0%, 0%) |
| LAB | lab(87.5 26.4 -18.1) |
| LCH | lch(87.5 32.0 325.5) |
| OKLCH | oklch(0.902 0.087 326.3) |
Copy-ready code
/* CSS */
color: #fecbfe;
background-color: #fecbfe;
/* Tailwind (arbitrary) */
class="text-[#fecbfe] bg-[#fecbfe]"
/* SCSS */
$brand: #fecbfe;
/* SwiftUI */
Color(red: 0.996, green: 0.796, blue: 0.996)
/* Android */
Color.parseColor("#fecbfe")Accessibility — WCAG contrast
Aa
#fecbfe on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fecbfe on black: 15.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green79.6%
Blue99.6%
CMYK percentages
Cyan0.0%
Magenta20.1%
Yellow0.0%
Key (black)0.4%
Color previews
#fecbfe text on a black background
contrast 15.19:1
Card sample
#fecbfe text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fecbfe;
Background color
Panel with #fecbfe background
background-color: #fecbfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fecbfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 203, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 203, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fecbfe; background: linear-gradient(135deg, #fecbfe, #FECBDC);