#fdbfc7
a pale, electric red · warm · “pink”
RGB
253, 191, 199
HSL
352°, 94%, 87%
CMYK
0, 25, 21, 1
Luminance
0.6227
Every format
| HEX | #fdbfc7 |
| RGB | rgb(253, 191, 199) |
| HSL | hsl(352, 94%, 87%) |
| CMYK | cmyk(0%, 25%, 21%, 1%) |
| LAB | lab(83.1 23.4 4.7) |
| LCH | lch(83.1 23.8 11.3) |
| OKLCH | oklch(0.863 0.072 10.1) |
Copy-ready code
/* CSS */
color: #fdbfc7;
background-color: #fdbfc7;
/* Tailwind (arbitrary) */
class="text-[#fdbfc7] bg-[#fdbfc7]"
/* SCSS */
$brand: #fdbfc7;
/* SwiftUI */
Color(red: 0.992, green: 0.749, blue: 0.780)
/* Android */
Color.parseColor("#fdbfc7")Accessibility — WCAG contrast
Aa
#fdbfc7 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbfc7 on black: 13.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green74.9%
Blue78.0%
CMYK percentages
Cyan0.0%
Magenta24.5%
Yellow21.3%
Key (black)0.8%
Color previews
#fdbfc7 text on a black background
contrast 13.45:1
Card sample
#fdbfc7 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbfc7;
Background color
Panel with #fdbfc7 background
background-color: #fdbfc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbfc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 191, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 191, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbfc7; background: linear-gradient(135deg, #fdbfc7, #FDE0BF);