#febdcd
a pale, electric red · warm · closest name: pink
RGB
254, 189, 205
HSL
345°, 97%, 87%
CMYK
0, 26, 19, 0
Luminance
0.6187
Every format
| HEX | #febdcd |
| RGB | rgb(254, 189, 205) |
| HSL | hsl(345, 97%, 87%) |
| CMYK | cmyk(0%, 26%, 19%, 0%) |
| LAB | lab(82.8 25.7 1.2) |
| LCH | lch(82.8 25.7 2.6) |
| OKLCH | oklch(0.862 0.077 2.6) |
Copy-ready code
/* CSS */
color: #febdcd;
background-color: #febdcd;
/* Tailwind (arbitrary) */
class="text-[#febdcd] bg-[#febdcd]"
/* SCSS */
$brand: #febdcd;
/* SwiftUI */
Color(red: 0.996, green: 0.741, blue: 0.804)
/* Android */
Color.parseColor("#febdcd")Accessibility — WCAG contrast
Aa
#febdcd on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#febdcd on black: 13.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green74.1%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta25.6%
Yellow19.3%
Key (black)0.4%
Color previews
#febdcd text on a black background
contrast 13.37:1
Card sample
#febdcd text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #febdcd;
Background color
Panel with #febdcd background
background-color: #febdcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #febdcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 189, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 189, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #febdcd; background: linear-gradient(135deg, #febdcd, #FED8BD);