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