#fdbcd6
a pale, electric magenta / pink · warm · closest name: pink
RGB
253, 188, 214
HSL
336°, 94%, 87%
CMYK
0, 26, 15, 1
Luminance
0.6170
Every format
| HEX | #fdbcd6 |
| RGB | rgb(253, 188, 214) |
| HSL | hsl(336, 94%, 87%) |
| CMYK | cmyk(0%, 26%, 15%, 1%) |
| LAB | lab(82.8 27.2 -3.8) |
| LCH | lch(82.8 27.5 352.0) |
| OKLCH | oklch(0.862 0.081 353.2) |
Copy-ready code
/* CSS */
color: #fdbcd6;
background-color: #fdbcd6;
/* Tailwind (arbitrary) */
class="text-[#fdbcd6] bg-[#fdbcd6]"
/* SCSS */
$brand: #fdbcd6;
/* SwiftUI */
Color(red: 0.992, green: 0.737, blue: 0.839)
/* Android */
Color.parseColor("#fdbcd6")Accessibility — WCAG contrast
Aa
#fdbcd6 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbcd6 on black: 13.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green73.7%
Blue83.9%
CMYK percentages
Cyan0.0%
Magenta25.7%
Yellow15.4%
Key (black)0.8%
Color previews
#fdbcd6 text on a black background
contrast 13.34:1
Card sample
#fdbcd6 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbcd6;
Background color
Panel with #fdbcd6 background
background-color: #fdbcd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbcd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 188, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 188, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbcd6; background: linear-gradient(135deg, #fdbcd6, #FDCDBC);