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