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