#fdbdda
a pale, electric magenta / pink · warm · closest name: pink
RGB
253, 189, 218
HSL
333°, 94%, 87%
CMYK
0, 25, 14, 1
Luminance
0.6234
Every format
| HEX | #fdbdda |
| RGB | rgb(253, 189, 218) |
| HSL | hsl(333, 94%, 87%) |
| CMYK | cmyk(0%, 25%, 14%, 1%) |
| LAB | lab(83.1 27.3 -5.5) |
| LCH | lch(83.1 27.8 348.7) |
| OKLCH | oklch(0.865 0.082 350.1) |
Copy-ready code
/* CSS */
color: #fdbdda;
background-color: #fdbdda;
/* Tailwind (arbitrary) */
class="text-[#fdbdda] bg-[#fdbdda]"
/* SCSS */
$brand: #fdbdda;
/* SwiftUI */
Color(red: 0.992, green: 0.741, blue: 0.855)
/* Android */
Color.parseColor("#fdbdda")Accessibility — WCAG contrast
Aa
#fdbdda on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbdda on black: 13.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green74.1%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta25.3%
Yellow13.8%
Key (black)0.8%
Color previews
#fdbdda text on a black background
contrast 13.47:1
Card sample
#fdbdda text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbdda;
Background color
Panel with #fdbdda background
background-color: #fdbdda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbdda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 189, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 189, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbdda; background: linear-gradient(135deg, #fdbdda, #FDCBBD);