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