#fecdf6
a pale, electric magenta / pink · warm · closest name: pink
RGB
254, 205, 246
HSL
310°, 96%, 90%
CMYK
0, 19, 3, 0
Luminance
0.7139
Every format
| HEX | #fecdf6 |
| RGB | rgb(254, 205, 246) |
| HSL | hsl(310, 96%, 90%) |
| CMYK | cmyk(0%, 19%, 3%, 0%) |
| LAB | lab(87.7 23.9 -13.5) |
| LCH | lch(87.7 27.5 330.5) |
| OKLCH | oklch(0.903 0.076 331.8) |
Copy-ready code
/* CSS */
color: #fecdf6;
background-color: #fecdf6;
/* Tailwind (arbitrary) */
class="text-[#fecdf6] bg-[#fecdf6]"
/* SCSS */
$brand: #fecdf6;
/* SwiftUI */
Color(red: 0.996, green: 0.804, blue: 0.965)
/* Android */
Color.parseColor("#fecdf6")Accessibility — WCAG contrast
Aa
#fecdf6 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fecdf6 on black: 15.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green80.4%
Blue96.5%
CMYK percentages
Cyan0.0%
Magenta19.3%
Yellow3.1%
Key (black)0.4%
Color previews
#fecdf6 text on a black background
contrast 15.28:1
Card sample
#fecdf6 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fecdf6;
Background color
Panel with #fecdf6 background
background-color: #fecdf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fecdf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 205, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 205, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fecdf6; background: linear-gradient(135deg, #fecdf6, #FECDD5);