#febcdf
a pale, electric magenta / pink · warm · closest name: pink
RGB
254, 188, 223
HSL
328°, 97%, 87%
CMYK
0, 26, 12, 0
Luminance
0.6236
Every format
| HEX | #febcdf |
| RGB | rgb(254, 188, 223) |
| HSL | hsl(328, 97%, 87%) |
| CMYK | cmyk(0%, 26%, 12%, 0%) |
| LAB | lab(83.1 29.0 -8.1) |
| LCH | lch(83.1 30.1 344.4) |
| OKLCH | oklch(0.866 0.088 346.0) |
Copy-ready code
/* CSS */
color: #febcdf;
background-color: #febcdf;
/* Tailwind (arbitrary) */
class="text-[#febcdf] bg-[#febcdf]"
/* SCSS */
$brand: #febcdf;
/* SwiftUI */
Color(red: 0.996, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#febcdf")Accessibility — WCAG contrast
Aa
#febcdf on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#febcdf on black: 13.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green73.7%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta26.0%
Yellow12.2%
Key (black)0.4%
Color previews
#febcdf text on a black background
contrast 13.47:1
Card sample
#febcdf text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #febcdf;
Background color
Panel with #febcdf background
background-color: #febcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #febcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #febcdf; background: linear-gradient(135deg, #febcdf, #FEC5BC);