#febfc2
a pale, electric red · warm · closest name: pink
RGB
254, 191, 194
HSL
357°, 97%, 87%
CMYK
0, 25, 24, 0
Luminance
0.6223
Every format
| HEX | #febfc2 |
| RGB | rgb(254, 191, 194) |
| HSL | hsl(357, 97%, 87%) |
| CMYK | cmyk(0%, 25%, 24%, 0%) |
| LAB | lab(83.0 23.0 7.3) |
| LCH | lch(83.0 24.2 17.7) |
| OKLCH | oklch(0.863 0.073 15.5) |
Copy-ready code
/* CSS */
color: #febfc2;
background-color: #febfc2;
/* Tailwind (arbitrary) */
class="text-[#febfc2] bg-[#febfc2]"
/* SCSS */
$brand: #febfc2;
/* SwiftUI */
Color(red: 0.996, green: 0.749, blue: 0.761)
/* Android */
Color.parseColor("#febfc2")Accessibility — WCAG contrast
Aa
#febfc2 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#febfc2 on black: 13.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green74.9%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta24.8%
Yellow23.6%
Key (black)0.4%
Color previews
#febfc2 text on a black background
contrast 13.45:1
Card sample
#febfc2 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #febfc2;
Background color
Panel with #febfc2 background
background-color: #febfc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #febfc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 191, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 191, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #febfc2; background: linear-gradient(135deg, #febfc2, #FEE6BF);