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