#febcb2
a light, electric red · warm · closest name: pink
RGB
254, 188, 178
HSL
8°, 97%, 85%
CMYK
0, 26, 30, 0
Luminance
0.6025
Every format
| HEX | #febcb2 |
| RGB | rgb(254, 188, 178) |
| HSL | hsl(8, 97%, 85%) |
| CMYK | cmyk(0%, 26%, 30%, 0%) |
| LAB | lab(82.0 22.4 14.4) |
| LCH | lch(82.0 26.7 32.7) |
| OKLCH | oklch(0.853 0.078 28.5) |
Copy-ready code
/* CSS */
color: #febcb2;
background-color: #febcb2;
/* Tailwind (arbitrary) */
class="text-[#febcb2] bg-[#febcb2]"
/* SCSS */
$brand: #febcb2;
/* SwiftUI */
Color(red: 0.996, green: 0.737, blue: 0.698)
/* Android */
Color.parseColor("#febcb2")Accessibility — WCAG contrast
Aa
#febcb2 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#febcb2 on black: 13.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green73.7%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta26.0%
Yellow29.9%
Key (black)0.4%
Color previews
#febcb2 text on a black background
contrast 13.05:1
Card sample
#febcb2 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #febcb2;
Background color
Panel with #febcb2 background
background-color: #febcb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #febcb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 188, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 188, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #febcb2; background: linear-gradient(135deg, #febcb2, #FEEFB2);