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