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