#fecfe6
a pale, electric magenta / pink · warm · closest name: pink
RGB
254, 207, 230
HSL
331°, 96%, 90%
CMYK
0, 19, 9, 0
Luminance
0.7141
Every format
| HEX | #fecfe6 |
| RGB | rgb(254, 207, 230) |
| HSL | hsl(331, 96%, 90%) |
| CMYK | cmyk(0%, 19%, 9%, 0%) |
| LAB | lab(87.7 20.1 -5.1) |
| LCH | lch(87.7 20.8 345.9) |
| OKLCH | oklch(0.901 0.060 347.4) |
Copy-ready code
/* CSS */
color: #fecfe6;
background-color: #fecfe6;
/* Tailwind (arbitrary) */
class="text-[#fecfe6] bg-[#fecfe6]"
/* SCSS */
$brand: #fecfe6;
/* SwiftUI */
Color(red: 0.996, green: 0.812, blue: 0.902)
/* Android */
Color.parseColor("#fecfe6")Accessibility — WCAG contrast
Aa
#fecfe6 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fecfe6 on black: 15.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green81.2%
Blue90.2%
CMYK percentages
Cyan0.0%
Magenta18.5%
Yellow9.4%
Key (black)0.4%
Color previews
#fecfe6 text on a black background
contrast 15.28:1
Card sample
#fecfe6 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fecfe6;
Background color
Panel with #fecfe6 background
background-color: #fecfe6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fecfe6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 207, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 207, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fecfe6; background: linear-gradient(135deg, #fecfe6, #FED7CF);