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