#febcdc
a pale, electric magenta / pink · warm · closest name: pink
RGB
254, 188, 220
HSL
331°, 97%, 87%
CMYK
0, 26, 13, 0
Luminance
0.6220
Every format
| HEX | #febcdc |
| RGB | rgb(254, 188, 220) |
| HSL | hsl(331, 97%, 87%) |
| CMYK | cmyk(0%, 26%, 13%, 0%) |
| LAB | lab(83.0 28.5 -6.6) |
| LCH | lch(83.0 29.3 346.9) |
| OKLCH | oklch(0.865 0.086 348.4) |
Copy-ready code
/* CSS */
color: #febcdc;
background-color: #febcdc;
/* Tailwind (arbitrary) */
class="text-[#febcdc] bg-[#febcdc]"
/* SCSS */
$brand: #febcdc;
/* SwiftUI */
Color(red: 0.996, green: 0.737, blue: 0.863)
/* Android */
Color.parseColor("#febcdc")Accessibility — WCAG contrast
Aa
#febcdc on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#febcdc on black: 13.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green73.7%
Blue86.3%
CMYK percentages
Cyan0.0%
Magenta26.0%
Yellow13.4%
Key (black)0.4%
Color previews
#febcdc text on a black background
contrast 13.44:1
Card sample
#febcdc text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #febcdc;
Background color
Panel with #febcdc background
background-color: #febcdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #febcdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 188, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 188, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #febcdc; background: linear-gradient(135deg, #febcdc, #FEC8BC);