#feb3fe
a light, electric magenta / pink · warm · closest name: plum
RGB
254, 179, 254
HSL
300°, 97%, 85%
CMYK
0, 30, 0, 0
Luminance
0.6047
Every format
| HEX | #feb3fe |
| RGB | rgb(254, 179, 254) |
| HSL | hsl(300, 97%, 85%) |
| CMYK | cmyk(0%, 30%, 0%, 0%) |
| LAB | lab(82.1 39.0 -26.2) |
| LCH | lch(82.1 47.0 326.1) |
| OKLCH | oklch(0.861 0.129 326.6) |
Copy-ready code
/* CSS */
color: #feb3fe;
background-color: #feb3fe;
/* Tailwind (arbitrary) */
class="text-[#feb3fe] bg-[#feb3fe]"
/* SCSS */
$brand: #feb3fe;
/* SwiftUI */
Color(red: 0.996, green: 0.702, blue: 0.996)
/* Android */
Color.parseColor("#feb3fe")Accessibility — WCAG contrast
Aa
#feb3fe on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feb3fe on black: 13.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green70.2%
Blue99.6%
CMYK percentages
Cyan0.0%
Magenta29.5%
Yellow0.0%
Key (black)0.4%
Color previews
#feb3fe text on a black background
contrast 13.09:1
Card sample
#feb3fe text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feb3fe;
Background color
Panel with #feb3fe background
background-color: #feb3fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feb3fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 179, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 179, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feb3fe; background: linear-gradient(135deg, #feb3fe, #FEB3CC);