#fdbfcb
a pale, electric red · warm · “pink”
RGB
253, 191, 203
HSL
348°, 94%, 87%
CMYK
0, 25, 20, 1
Luminance
0.6246
Every format
| HEX | #fdbfcb |
| RGB | rgb(253, 191, 203) |
| HSL | hsl(348, 94%, 87%) |
| CMYK | cmyk(0%, 25%, 20%, 1%) |
| LAB | lab(83.2 24.0 2.7) |
| LCH | lch(83.2 24.1 6.4) |
| OKLCH | oklch(0.864 0.073 5.8) |
Copy-ready code
/* CSS */
color: #fdbfcb;
background-color: #fdbfcb;
/* Tailwind (arbitrary) */
class="text-[#fdbfcb] bg-[#fdbfcb]"
/* SCSS */
$brand: #fdbfcb;
/* SwiftUI */
Color(red: 0.992, green: 0.749, blue: 0.796)
/* Android */
Color.parseColor("#fdbfcb")Accessibility — WCAG contrast
Aa
#fdbfcb on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbfcb on black: 13.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green74.9%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta24.5%
Yellow19.8%
Key (black)0.8%
Color previews
#fdbfcb text on a black background
contrast 13.49:1
Card sample
#fdbfcb text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbfcb;
Background color
Panel with #fdbfcb background
background-color: #fdbfcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbfcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 191, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 191, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbfcb; background: linear-gradient(135deg, #fdbfcb, #FDDCBF);