#fdbfdb
a pale, electric magenta / pink · warm · closest name: pink
RGB
253, 191, 219
HSL
333°, 94%, 87%
CMYK
0, 25, 13, 1
Luminance
0.6326
Every format
| HEX | #fdbfdb |
| RGB | rgb(253, 191, 219) |
| HSL | hsl(333, 94%, 87%) |
| CMYK | cmyk(0%, 25%, 13%, 1%) |
| LAB | lab(83.6 26.4 -5.3) |
| LCH | lch(83.6 26.9 348.7) |
| OKLCH | oklch(0.869 0.079 350.1) |
Copy-ready code
/* CSS */
color: #fdbfdb;
background-color: #fdbfdb;
/* Tailwind (arbitrary) */
class="text-[#fdbfdb] bg-[#fdbfdb]"
/* SCSS */
$brand: #fdbfdb;
/* SwiftUI */
Color(red: 0.992, green: 0.749, blue: 0.859)
/* Android */
Color.parseColor("#fdbfdb")Accessibility — WCAG contrast
Aa
#fdbfdb on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbfdb on black: 13.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green74.9%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta24.5%
Yellow13.4%
Key (black)0.8%
Color previews
#fdbfdb text on a black background
contrast 13.65:1
Card sample
#fdbfdb text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbfdb;
Background color
Panel with #fdbfdb background
background-color: #fdbfdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbfdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 191, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 191, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbfdb; background: linear-gradient(135deg, #fdbfdb, #FDCCBF);