#fdb9cf
a pale, electric magenta / pink · warm · closest name: pink
RGB
253, 185, 207
HSL
341°, 94%, 86%
CMYK
0, 27, 18, 1
Luminance
0.6009
Every format
| HEX | #fdb9cf |
| RGB | rgb(253, 185, 207) |
| HSL | hsl(341, 94%, 86%) |
| CMYK | cmyk(0%, 27%, 18%, 1%) |
| LAB | lab(81.9 27.7 -1.3) |
| LCH | lch(81.9 27.7 357.3) |
| OKLCH | oklch(0.855 0.083 357.9) |
Copy-ready code
/* CSS */
color: #fdb9cf;
background-color: #fdb9cf;
/* Tailwind (arbitrary) */
class="text-[#fdb9cf] bg-[#fdb9cf]"
/* SCSS */
$brand: #fdb9cf;
/* SwiftUI */
Color(red: 0.992, green: 0.725, blue: 0.812)
/* Android */
Color.parseColor("#fdb9cf")Accessibility — WCAG contrast
Aa
#fdb9cf on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb9cf on black: 13.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green72.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta26.9%
Yellow18.2%
Key (black)0.8%
Color previews
#fdb9cf text on a black background
contrast 13.02:1
Card sample
#fdb9cf text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb9cf;
Background color
Panel with #fdb9cf background
background-color: #fdb9cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb9cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 185, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 185, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb9cf; background: linear-gradient(135deg, #fdb9cf, #FDD0B9);