#febfe2
a pale, electric magenta / pink · warm · closest name: pink
RGB
254, 191, 226
HSL
327°, 97%, 87%
CMYK
0, 25, 11, 0
Luminance
0.6382
Every format
| HEX | #febfe2 |
| RGB | rgb(254, 191, 226) |
| HSL | hsl(327, 97%, 87%) |
| CMYK | cmyk(0%, 25%, 11%, 0%) |
| LAB | lab(83.9 27.9 -8.6) |
| LCH | lch(83.9 29.2 342.9) |
| OKLCH | oklch(0.872 0.085 344.6) |
Copy-ready code
/* CSS */
color: #febfe2;
background-color: #febfe2;
/* Tailwind (arbitrary) */
class="text-[#febfe2] bg-[#febfe2]"
/* SCSS */
$brand: #febfe2;
/* SwiftUI */
Color(red: 0.996, green: 0.749, blue: 0.886)
/* Android */
Color.parseColor("#febfe2")Accessibility — WCAG contrast
Aa
#febfe2 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#febfe2 on black: 13.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green74.9%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta24.8%
Yellow11.0%
Key (black)0.4%
Color previews
#febfe2 text on a black background
contrast 13.76:1
Card sample
#febfe2 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #febfe2;
Background color
Panel with #febfe2 background
background-color: #febfe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #febfe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 191, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 191, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #febfe2; background: linear-gradient(135deg, #febfe2, #FEC6BF);