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