#febcab
a light, electric red · warm · closest name: pink
RGB
254, 188, 171
HSL
12°, 98%, 83%
CMYK
0, 26, 33, 0
Luminance
0.5998
Every format
| HEX | #febcab |
| RGB | rgb(254, 188, 171) |
| HSL | hsl(12, 98%, 83%) |
| CMYK | cmyk(0%, 26%, 33%, 0%) |
| LAB | lab(81.8 21.6 17.9) |
| LCH | lch(81.8 28.1 39.8) |
| OKLCH | oklch(0.852 0.081 34.9) |
Copy-ready code
/* CSS */
color: #febcab;
background-color: #febcab;
/* Tailwind (arbitrary) */
class="text-[#febcab] bg-[#febcab]"
/* SCSS */
$brand: #febcab;
/* SwiftUI */
Color(red: 0.996, green: 0.737, blue: 0.671)
/* Android */
Color.parseColor("#febcab")Accessibility — WCAG contrast
Aa
#febcab on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#febcab on black: 13.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green73.7%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta26.0%
Yellow32.7%
Key (black)0.4%
Color previews
#febcab text on a black background
contrast 13.00:1
Card sample
#febcab text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #febcab;
Background color
Panel with #febcab background
background-color: #febcab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #febcab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 188, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 188, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #febcab; background: linear-gradient(135deg, #febcab, #FEF3AB);