#fdbcdc
a pale, electric magenta / pink · warm · closest name: pink
RGB
253, 188, 220
HSL
331°, 94%, 87%
CMYK
0, 26, 13, 1
Luminance
0.6202
Every format
| HEX | #fdbcdc |
| RGB | rgb(253, 188, 220) |
| HSL | hsl(331, 94%, 87%) |
| CMYK | cmyk(0%, 26%, 13%, 1%) |
| LAB | lab(82.9 28.1 -6.8) |
| LCH | lch(82.9 28.9 346.5) |
| OKLCH | oklch(0.864 0.085 348.0) |
Copy-ready code
/* CSS */
color: #fdbcdc;
background-color: #fdbcdc;
/* Tailwind (arbitrary) */
class="text-[#fdbcdc] bg-[#fdbcdc]"
/* SCSS */
$brand: #fdbcdc;
/* SwiftUI */
Color(red: 0.992, green: 0.737, blue: 0.863)
/* Android */
Color.parseColor("#fdbcdc")Accessibility — WCAG contrast
Aa
#fdbcdc on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbcdc on black: 13.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green73.7%
Blue86.3%
CMYK percentages
Cyan0.0%
Magenta25.7%
Yellow13.0%
Key (black)0.8%
Color previews
#fdbcdc text on a black background
contrast 13.40:1
Card sample
#fdbcdc text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbcdc;
Background color
Panel with #fdbcdc background
background-color: #fdbcdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbcdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 188, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 188, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbcdc; background: linear-gradient(135deg, #fdbcdc, #FDC7BC);