#fec4eb
a pale, electric magenta / pink · warm · closest name: pink
RGB
254, 196, 235
HSL
320°, 97%, 88%
CMYK
0, 23, 8, 0
Luminance
0.6655
Every format
| HEX | #fec4eb |
| RGB | rgb(254, 196, 235) |
| HSL | hsl(320, 97%, 88%) |
| CMYK | cmyk(0%, 23%, 8%, 0%) |
| LAB | lab(85.3 26.7 -11.3) |
| LCH | lch(85.3 29.0 337.1) |
| OKLCH | oklch(0.883 0.083 338.8) |
Copy-ready code
/* CSS */
color: #fec4eb;
background-color: #fec4eb;
/* Tailwind (arbitrary) */
class="text-[#fec4eb] bg-[#fec4eb]"
/* SCSS */
$brand: #fec4eb;
/* SwiftUI */
Color(red: 0.996, green: 0.769, blue: 0.922)
/* Android */
Color.parseColor("#fec4eb")Accessibility — WCAG contrast
Aa
#fec4eb on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fec4eb on black: 14.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green76.9%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta22.8%
Yellow7.5%
Key (black)0.4%
Color previews
#fec4eb text on a black background
contrast 14.31:1
Card sample
#fec4eb text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fec4eb;
Background color
Panel with #fec4eb background
background-color: #fec4eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fec4eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 196, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 196, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fec4eb; background: linear-gradient(135deg, #fec4eb, #FEC4C4);