#fdb7df
a pale, electric magenta / pink · warm · closest name: plum
RGB
253, 183, 223
HSL
326°, 95%, 86%
CMYK
0, 28, 12, 1
Luminance
0.6008
Every format
| HEX | #fdb7df |
| RGB | rgb(253, 183, 223) |
| HSL | hsl(326, 95%, 86%) |
| CMYK | cmyk(0%, 28%, 12%, 1%) |
| LAB | lab(81.9 31.3 -9.9) |
| LCH | lch(81.9 32.8 342.4) |
| OKLCH | oklch(0.856 0.095 344.1) |
Copy-ready code
/* CSS */
color: #fdb7df;
background-color: #fdb7df;
/* Tailwind (arbitrary) */
class="text-[#fdb7df] bg-[#fdb7df]"
/* SCSS */
$brand: #fdb7df;
/* SwiftUI */
Color(red: 0.992, green: 0.718, blue: 0.875)
/* Android */
Color.parseColor("#fdb7df")Accessibility — WCAG contrast
Aa
#fdb7df on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb7df on black: 13.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green71.8%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta27.7%
Yellow11.9%
Key (black)0.8%
Color previews
#fdb7df text on a black background
contrast 13.02:1
Card sample
#fdb7df text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb7df;
Background color
Panel with #fdb7df background
background-color: #fdb7df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb7df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 183, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 183, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb7df; background: linear-gradient(135deg, #fdb7df, #FDBEB7);