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