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