#feb7df
a pale, electric magenta / pink · warm · closest name: plum
RGB
254, 183, 223
HSL
326°, 97%, 86%
CMYK
0, 28, 12, 0
Luminance
0.6027
Every format
| HEX | #feb7df |
| RGB | rgb(254, 183, 223) |
| HSL | hsl(326, 97%, 86%) |
| CMYK | cmyk(0%, 28%, 12%, 0%) |
| LAB | lab(82.0 31.6 -9.8) |
| LCH | lch(82.0 33.1 342.8) |
| OKLCH | oklch(0.857 0.096 344.5) |
Copy-ready code
/* CSS */
color: #feb7df;
background-color: #feb7df;
/* Tailwind (arbitrary) */
class="text-[#feb7df] bg-[#feb7df]"
/* SCSS */
$brand: #feb7df;
/* SwiftUI */
Color(red: 0.996, green: 0.718, blue: 0.875)
/* Android */
Color.parseColor("#feb7df")Accessibility — WCAG contrast
Aa
#feb7df on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feb7df on black: 13.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green71.8%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta28.0%
Yellow12.2%
Key (black)0.4%
Color previews
#feb7df text on a black background
contrast 13.05:1
Card sample
#feb7df text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feb7df;
Background color
Panel with #feb7df background
background-color: #feb7df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feb7df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 183, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 183, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feb7df; background: linear-gradient(135deg, #feb7df, #FEBEB7);