#fdb2df
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 178, 223
HSL
324°, 95%, 85%
CMYK
0, 30, 12, 1
Luminance
0.5805
Every format
| HEX | #fdb2df |
| RGB | rgb(253, 178, 223) |
| HSL | hsl(324, 95%, 85%) |
| CMYK | cmyk(0%, 30%, 12%, 1%) |
| LAB | lab(80.8 33.9 -11.6) |
| LCH | lch(80.8 35.8 341.1) |
| OKLCH | oklch(0.847 0.104 342.8) |
Copy-ready code
/* CSS */
color: #fdb2df;
background-color: #fdb2df;
/* Tailwind (arbitrary) */
class="text-[#fdb2df] bg-[#fdb2df]"
/* SCSS */
$brand: #fdb2df;
/* SwiftUI */
Color(red: 0.992, green: 0.698, blue: 0.875)
/* Android */
Color.parseColor("#fdb2df")Accessibility — WCAG contrast
Aa
#fdb2df on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb2df on black: 12.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green69.8%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta29.6%
Yellow11.9%
Key (black)0.8%
Color previews
#fdb2df text on a black background
contrast 12.61:1
Card sample
#fdb2df text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb2df;
Background color
Panel with #fdb2df background
background-color: #fdb2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 178, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 178, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb2df; background: linear-gradient(135deg, #fdb2df, #FDB7B2);