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