#fdbdf7
a pale, electric magenta / pink · warm · closest name: plum
RGB
253, 189, 247
HSL
306°, 94%, 87%
CMYK
0, 25, 2, 1
Luminance
0.6399
Every format
| HEX | #fdbdf7 |
| RGB | rgb(253, 189, 247) |
| HSL | hsl(306, 94%, 87%) |
| CMYK | cmyk(0%, 25%, 2%, 1%) |
| LAB | lab(84.0 32.2 -19.7) |
| LCH | lch(84.0 37.7 328.6) |
| OKLCH | oklch(0.874 0.104 329.6) |
Copy-ready code
/* CSS */
color: #fdbdf7;
background-color: #fdbdf7;
/* Tailwind (arbitrary) */
class="text-[#fdbdf7] bg-[#fdbdf7]"
/* SCSS */
$brand: #fdbdf7;
/* SwiftUI */
Color(red: 0.992, green: 0.741, blue: 0.969)
/* Android */
Color.parseColor("#fdbdf7")Accessibility — WCAG contrast
Aa
#fdbdf7 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbdf7 on black: 13.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green74.1%
Blue96.9%
CMYK percentages
Cyan0.0%
Magenta25.3%
Yellow2.4%
Key (black)0.8%
Color previews
#fdbdf7 text on a black background
contrast 13.80:1
Card sample
#fdbdf7 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbdf7;
Background color
Panel with #fdbdf7 background
background-color: #fdbdf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbdf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 189, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 189, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbdf7; background: linear-gradient(135deg, #fdbdf7, #FDBDCC);