#febaeb
a pale, electric magenta / pink · warm · closest name: plum
RGB
254, 186, 235
HSL
317°, 97%, 86%
CMYK
0, 27, 8, 0
Luminance
0.6219
Every format
| HEX | #febaeb |
| RGB | rgb(254, 186, 235) |
| HSL | hsl(317, 97%, 86%) |
| CMYK | cmyk(0%, 27%, 8%, 0%) |
| LAB | lab(83.0 32.0 -14.7) |
| LCH | lch(83.0 35.2 335.4) |
| OKLCH | oklch(0.866 0.100 337.0) |
Copy-ready code
/* CSS */
color: #febaeb;
background-color: #febaeb;
/* Tailwind (arbitrary) */
class="text-[#febaeb] bg-[#febaeb]"
/* SCSS */
$brand: #febaeb;
/* SwiftUI */
Color(red: 0.996, green: 0.729, blue: 0.922)
/* Android */
Color.parseColor("#febaeb")Accessibility — WCAG contrast
Aa
#febaeb on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#febaeb on black: 13.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green72.9%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta26.8%
Yellow7.5%
Key (black)0.4%
Color previews
#febaeb text on a black background
contrast 13.44:1
Card sample
#febaeb text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #febaeb;
Background color
Panel with #febaeb background
background-color: #febaeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #febaeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 186, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 186, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #febaeb; background: linear-gradient(135deg, #febaeb, #FEBABE);