#fdbfbc
a pale, electric red · warm · closest name: pink
RGB
253, 191, 188
HSL
3°, 94%, 87%
CMYK
0, 25, 26, 1
Luminance
0.6178
Every format
| HEX | #fdbfbc |
| RGB | rgb(253, 191, 188) |
| HSL | hsl(3, 94%, 87%) |
| CMYK | cmyk(0%, 25%, 26%, 1%) |
| LAB | lab(82.8 21.8 10.2) |
| LCH | lch(82.8 24.1 25.0) |
| OKLCH | oklch(0.860 0.072 21.8) |
Copy-ready code
/* CSS */
color: #fdbfbc;
background-color: #fdbfbc;
/* Tailwind (arbitrary) */
class="text-[#fdbfbc] bg-[#fdbfbc]"
/* SCSS */
$brand: #fdbfbc;
/* SwiftUI */
Color(red: 0.992, green: 0.749, blue: 0.737)
/* Android */
Color.parseColor("#fdbfbc")Accessibility — WCAG contrast
Aa
#fdbfbc on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbfbc on black: 13.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green74.9%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta24.5%
Yellow25.7%
Key (black)0.8%
Color previews
#fdbfbc text on a black background
contrast 13.36:1
Card sample
#fdbfbc text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbfbc;
Background color
Panel with #fdbfbc background
background-color: #fdbfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 191, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 191, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbfbc; background: linear-gradient(135deg, #fdbfbc, #FDEABC);