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