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