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