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