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