#fdb7bf
a pale, electric red · warm · closest name: pink
RGB
253, 183, 191
HSL
353°, 95%, 86%
CMYK
0, 28, 25, 1
Luminance
0.5851
Every format
| HEX | #fdb7bf |
| RGB | rgb(253, 183, 191) |
| HSL | hsl(353, 95%, 86%) |
| CMYK | cmyk(0%, 28%, 25%, 1%) |
| LAB | lab(81.0 26.4 6.0) |
| LCH | lch(81.0 27.1 12.9) |
| OKLCH | oklch(0.847 0.082 11.4) |
Copy-ready code
/* CSS */
color: #fdb7bf;
background-color: #fdb7bf;
/* Tailwind (arbitrary) */
class="text-[#fdb7bf] bg-[#fdb7bf]"
/* SCSS */
$brand: #fdb7bf;
/* SwiftUI */
Color(red: 0.992, green: 0.718, blue: 0.749)
/* Android */
Color.parseColor("#fdb7bf")Accessibility — WCAG contrast
Aa
#fdb7bf on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb7bf on black: 12.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green71.8%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta27.7%
Yellow24.5%
Key (black)0.8%
Color previews
#fdb7bf text on a black background
contrast 12.70:1
Card sample
#fdb7bf text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb7bf;
Background color
Panel with #fdb7bf background
background-color: #fdb7bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb7bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 183, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 183, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb7bf; background: linear-gradient(135deg, #fdb7bf, #FDDEB7);