#fdbcd0
a pale, electric magenta / pink · warm · closest name: pink
RGB
253, 188, 208
HSL
342°, 94%, 87%
CMYK
0, 26, 18, 1
Luminance
0.6140
Every format
| HEX | #fdbcd0 |
| RGB | rgb(253, 188, 208) |
| HSL | hsl(342, 94%, 87%) |
| CMYK | cmyk(0%, 26%, 18%, 1%) |
| LAB | lab(82.6 26.3 -0.8) |
| LCH | lch(82.6 26.3 358.2) |
| OKLCH | oklch(0.860 0.079 358.7) |
Copy-ready code
/* CSS */
color: #fdbcd0;
background-color: #fdbcd0;
/* Tailwind (arbitrary) */
class="text-[#fdbcd0] bg-[#fdbcd0]"
/* SCSS */
$brand: #fdbcd0;
/* SwiftUI */
Color(red: 0.992, green: 0.737, blue: 0.816)
/* Android */
Color.parseColor("#fdbcd0")Accessibility — WCAG contrast
Aa
#fdbcd0 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbcd0 on black: 13.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green73.7%
Blue81.6%
CMYK percentages
Cyan0.0%
Magenta25.7%
Yellow17.8%
Key (black)0.8%
Color previews
#fdbcd0 text on a black background
contrast 13.28:1
Card sample
#fdbcd0 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbcd0;
Background color
Panel with #fdbcd0 background
background-color: #fdbcd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbcd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 188, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 188, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbcd0; background: linear-gradient(135deg, #fdbcd0, #FDD3BC);