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