#fec8eb
a pale, electric magenta / pink · warm · closest name: pink
RGB
254, 200, 235
HSL
321°, 96%, 89%
CMYK
0, 21, 8, 0
Luminance
0.6838
Every format
| HEX | #fec8eb |
| RGB | rgb(254, 200, 235) |
| HSL | hsl(321, 96%, 89%) |
| CMYK | cmyk(0%, 21%, 8%, 0%) |
| LAB | lab(86.2 24.6 -9.9) |
| LCH | lch(86.2 26.6 338.1) |
| OKLCH | oklch(0.890 0.076 339.8) |
Copy-ready code
/* CSS */
color: #fec8eb;
background-color: #fec8eb;
/* Tailwind (arbitrary) */
class="text-[#fec8eb] bg-[#fec8eb]"
/* SCSS */
$brand: #fec8eb;
/* SwiftUI */
Color(red: 0.996, green: 0.784, blue: 0.922)
/* Android */
Color.parseColor("#fec8eb")Accessibility — WCAG contrast
Aa
#fec8eb on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fec8eb on black: 14.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green78.4%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta21.3%
Yellow7.5%
Key (black)0.4%
Color previews
#fec8eb text on a black background
contrast 14.68:1
Card sample
#fec8eb text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fec8eb;
Background color
Panel with #fec8eb background
background-color: #fec8eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fec8eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 200, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 200, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fec8eb; background: linear-gradient(135deg, #fec8eb, #FEC9C8);