#fec2eb
a pale, electric magenta / pink · warm · closest name: pink
RGB
254, 194, 235
HSL
319°, 97%, 88%
CMYK
0, 24, 8, 0
Luminance
0.6565
Every format
| HEX | #fec2eb |
| RGB | rgb(254, 194, 235) |
| HSL | hsl(319, 97%, 88%) |
| CMYK | cmyk(0%, 24%, 8%, 0%) |
| LAB | lab(84.8 27.8 -12.0) |
| LCH | lch(84.8 30.3 336.7) |
| OKLCH | oklch(0.880 0.086 338.4) |
Copy-ready code
/* CSS */
color: #fec2eb;
background-color: #fec2eb;
/* Tailwind (arbitrary) */
class="text-[#fec2eb] bg-[#fec2eb]"
/* SCSS */
$brand: #fec2eb;
/* SwiftUI */
Color(red: 0.996, green: 0.761, blue: 0.922)
/* Android */
Color.parseColor("#fec2eb")Accessibility — WCAG contrast
Aa
#fec2eb on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fec2eb on black: 14.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green76.1%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta23.6%
Yellow7.5%
Key (black)0.4%
Color previews
#fec2eb text on a black background
contrast 14.13:1
Card sample
#fec2eb text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fec2eb;
Background color
Panel with #fec2eb background
background-color: #fec2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fec2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 194, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 194, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fec2eb; background: linear-gradient(135deg, #fec2eb, #FEC2C3);