#febcd2
a pale, electric magenta / pink · warm · closest name: pink
RGB
254, 188, 210
HSL
340°, 97%, 87%
CMYK
0, 26, 17, 0
Luminance
0.6169
Every format
| HEX | #febcd2 |
| RGB | rgb(254, 188, 210) |
| HSL | hsl(340, 97%, 87%) |
| CMYK | cmyk(0%, 26%, 17%, 0%) |
| LAB | lab(82.8 26.9 -1.7) |
| LCH | lch(82.8 27.0 356.5) |
| OKLCH | oklch(0.862 0.081 357.2) |
Copy-ready code
/* CSS */
color: #febcd2;
background-color: #febcd2;
/* Tailwind (arbitrary) */
class="text-[#febcd2] bg-[#febcd2]"
/* SCSS */
$brand: #febcd2;
/* SwiftUI */
Color(red: 0.996, green: 0.737, blue: 0.824)
/* Android */
Color.parseColor("#febcd2")Accessibility — WCAG contrast
Aa
#febcd2 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#febcd2 on black: 13.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green73.7%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta26.0%
Yellow17.3%
Key (black)0.4%
Color previews
#febcd2 text on a black background
contrast 13.34:1
Card sample
#febcd2 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #febcd2;
Background color
Panel with #febcd2 background
background-color: #febcd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #febcd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 188, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 188, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #febcd2; background: linear-gradient(135deg, #febcd2, #FED2BC);