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