#fdb7cf
a pale, electric magenta / pink · warm · closest name: pink
RGB
253, 183, 207
HSL
339°, 95%, 86%
CMYK
0, 28, 18, 1
Luminance
0.5925
Every format
| HEX | #fdb7cf |
| RGB | rgb(253, 183, 207) |
| HSL | hsl(339, 95%, 86%) |
| CMYK | cmyk(0%, 28%, 18%, 1%) |
| LAB | lab(81.4 28.8 -2.0) |
| LCH | lch(81.4 28.8 356.0) |
| OKLCH | oklch(0.851 0.086 356.8) |
Copy-ready code
/* CSS */
color: #fdb7cf;
background-color: #fdb7cf;
/* Tailwind (arbitrary) */
class="text-[#fdb7cf] bg-[#fdb7cf]"
/* SCSS */
$brand: #fdb7cf;
/* SwiftUI */
Color(red: 0.992, green: 0.718, blue: 0.812)
/* Android */
Color.parseColor("#fdb7cf")Accessibility — WCAG contrast
Aa
#fdb7cf on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb7cf on black: 12.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green71.8%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta27.7%
Yellow18.2%
Key (black)0.8%
Color previews
#fdb7cf text on a black background
contrast 12.85:1
Card sample
#fdb7cf text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb7cf;
Background color
Panel with #fdb7cf background
background-color: #fdb7cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb7cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 183, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 183, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb7cf; background: linear-gradient(135deg, #fdb7cf, #FDCEB7);