#fdbdf3
a pale, electric magenta / pink · warm · closest name: plum
RGB
253, 189, 243
HSL
309°, 94%, 87%
CMYK
0, 25, 4, 1
Luminance
0.6375
Every format
| HEX | #fdbdf3 |
| RGB | rgb(253, 189, 243) |
| HSL | hsl(309, 94%, 87%) |
| CMYK | cmyk(0%, 25%, 4%, 1%) |
| LAB | lab(83.8 31.5 -17.7) |
| LCH | lch(83.8 36.1 330.6) |
| OKLCH | oklch(0.873 0.101 331.9) |
Copy-ready code
/* CSS */
color: #fdbdf3;
background-color: #fdbdf3;
/* Tailwind (arbitrary) */
class="text-[#fdbdf3] bg-[#fdbdf3]"
/* SCSS */
$brand: #fdbdf3;
/* SwiftUI */
Color(red: 0.992, green: 0.741, blue: 0.953)
/* Android */
Color.parseColor("#fdbdf3")Accessibility — WCAG contrast
Aa
#fdbdf3 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbdf3 on black: 13.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green74.1%
Blue95.3%
CMYK percentages
Cyan0.0%
Magenta25.3%
Yellow4.0%
Key (black)0.8%
Color previews
#fdbdf3 text on a black background
contrast 13.75:1
Card sample
#fdbdf3 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbdf3;
Background color
Panel with #fdbdf3 background
background-color: #fdbdf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbdf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 189, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 189, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbdf3; background: linear-gradient(135deg, #fdbdf3, #FDBDC8);