#fdb9c9
a pale, electric red · warm · closest name: pink
RGB
253, 185, 201
HSL
346°, 94%, 86%
CMYK
0, 27, 21, 1
Luminance
0.5980
Every format
| HEX | #fdb9c9 |
| RGB | rgb(253, 185, 201) |
| HSL | hsl(346, 94%, 86%) |
| CMYK | cmyk(0%, 27%, 21%, 1%) |
| LAB | lab(81.7 26.8 1.7) |
| LCH | lch(81.7 26.9 3.6) |
| OKLCH | oklch(0.853 0.081 3.4) |
Copy-ready code
/* CSS */
color: #fdb9c9;
background-color: #fdb9c9;
/* Tailwind (arbitrary) */
class="text-[#fdb9c9] bg-[#fdb9c9]"
/* SCSS */
$brand: #fdb9c9;
/* SwiftUI */
Color(red: 0.992, green: 0.725, blue: 0.788)
/* Android */
Color.parseColor("#fdb9c9")Accessibility — WCAG contrast
Aa
#fdb9c9 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb9c9 on black: 12.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green72.5%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta26.9%
Yellow20.6%
Key (black)0.8%
Color previews
#fdb9c9 text on a black background
contrast 12.96:1
Card sample
#fdb9c9 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb9c9;
Background color
Panel with #fdb9c9 background
background-color: #fdb9c9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb9c9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 185, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 185, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb9c9; background: linear-gradient(135deg, #fdb9c9, #FDD6B9);