#febcba
a pale, electric red · warm · closest name: pink
RGB
254, 188, 186
HSL
2°, 97%, 86%
CMYK
0, 26, 27, 0
Luminance
0.6058
Every format
| HEX | #febcba |
| RGB | rgb(254, 188, 186) |
| HSL | hsl(2, 97%, 86%) |
| CMYK | cmyk(0%, 26%, 27%, 0%) |
| LAB | lab(82.2 23.5 10.4) |
| LCH | lch(82.2 25.7 23.8) |
| OKLCH | oklch(0.855 0.077 20.8) |
Copy-ready code
/* CSS */
color: #febcba;
background-color: #febcba;
/* Tailwind (arbitrary) */
class="text-[#febcba] bg-[#febcba]"
/* SCSS */
$brand: #febcba;
/* SwiftUI */
Color(red: 0.996, green: 0.737, blue: 0.729)
/* Android */
Color.parseColor("#febcba")Accessibility — WCAG contrast
Aa
#febcba on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#febcba on black: 13.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green73.7%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta26.0%
Yellow26.8%
Key (black)0.4%
Color previews
#febcba text on a black background
contrast 13.12:1
Card sample
#febcba text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #febcba;
Background color
Panel with #febcba background
background-color: #febcba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #febcba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 188, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 188, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #febcba; background: linear-gradient(135deg, #febcba, #FEE9BA);