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