#febcec
a pale, electric magenta / pink · warm · closest name: plum
RGB
254, 188, 236
HSL
316°, 97%, 87%
CMYK
0, 26, 7, 0
Luminance
0.6309
Every format
| HEX | #febcec |
| RGB | rgb(254, 188, 236) |
| HSL | hsl(316, 97%, 87%) |
| CMYK | cmyk(0%, 26%, 7%, 0%) |
| LAB | lab(83.5 31.1 -14.5) |
| LCH | lch(83.5 34.3 335.0) |
| OKLCH | oklch(0.870 0.097 336.6) |
Copy-ready code
/* CSS */
color: #febcec;
background-color: #febcec;
/* Tailwind (arbitrary) */
class="text-[#febcec] bg-[#febcec]"
/* SCSS */
$brand: #febcec;
/* SwiftUI */
Color(red: 0.996, green: 0.737, blue: 0.925)
/* Android */
Color.parseColor("#febcec")Accessibility — WCAG contrast
Aa
#febcec on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#febcec on black: 13.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green73.7%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta26.0%
Yellow7.1%
Key (black)0.4%
Color previews
#febcec text on a black background
contrast 13.62:1
Card sample
#febcec text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #febcec;
Background color
Panel with #febcec background
background-color: #febcec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #febcec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 188, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 188, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #febcec; background: linear-gradient(135deg, #febcec, #FEBCC0);