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