#fec1df
a pale, electric magenta / pink · warm · closest name: pink
RGB
254, 193, 223
HSL
331°, 97%, 88%
CMYK
0, 24, 12, 0
Luminance
0.6454
Every format
| HEX | #fec1df |
| RGB | rgb(254, 193, 223) |
| HSL | hsl(331, 97%, 88%) |
| CMYK | cmyk(0%, 24%, 12%, 0%) |
| LAB | lab(84.3 26.3 -6.4) |
| LCH | lch(84.3 27.1 346.3) |
| OKLCH | oklch(0.874 0.079 347.8) |
Copy-ready code
/* CSS */
color: #fec1df;
background-color: #fec1df;
/* Tailwind (arbitrary) */
class="text-[#fec1df] bg-[#fec1df]"
/* SCSS */
$brand: #fec1df;
/* SwiftUI */
Color(red: 0.996, green: 0.757, blue: 0.875)
/* Android */
Color.parseColor("#fec1df")Accessibility — WCAG contrast
Aa
#fec1df on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fec1df on black: 13.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green75.7%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta24.0%
Yellow12.2%
Key (black)0.4%
Color previews
#fec1df text on a black background
contrast 13.91:1
Card sample
#fec1df text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fec1df;
Background color
Panel with #fec1df background
background-color: #fec1df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fec1df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 193, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 193, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fec1df; background: linear-gradient(135deg, #fec1df, #FECBC1);