#feb0eb
a light, electric magenta / pink · warm · closest name: plum
RGB
254, 176, 235
HSL
315°, 98%, 84%
CMYK
0, 31, 8, 0
Luminance
0.5812
Every format
| HEX | #feb0eb |
| RGB | rgb(254, 176, 235) |
| HSL | hsl(315, 98%, 84%) |
| CMYK | cmyk(0%, 31%, 8%, 0%) |
| LAB | lab(80.8 37.2 -18.0) |
| LCH | lch(80.8 41.4 334.2) |
| OKLCH | oklch(0.849 0.117 335.8) |
Copy-ready code
/* CSS */
color: #feb0eb;
background-color: #feb0eb;
/* Tailwind (arbitrary) */
class="text-[#feb0eb] bg-[#feb0eb]"
/* SCSS */
$brand: #feb0eb;
/* SwiftUI */
Color(red: 0.996, green: 0.690, blue: 0.922)
/* Android */
Color.parseColor("#feb0eb")Accessibility — WCAG contrast
Aa
#feb0eb on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feb0eb on black: 12.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green69.0%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta30.7%
Yellow7.5%
Key (black)0.4%
Color previews
#feb0eb text on a black background
contrast 12.62:1
Card sample
#feb0eb text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feb0eb;
Background color
Panel with #feb0eb background
background-color: #feb0eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feb0eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 176, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 176, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feb0eb; background: linear-gradient(135deg, #feb0eb, #FEB0B7);