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