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