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