#fdbfe3
a pale, electric magenta / pink · warm · closest name: pink
RGB
253, 191, 227
HSL
325°, 94%, 87%
CMYK
0, 25, 10, 1
Luminance
0.6369
Every format
| HEX | #fdbfe3 |
| RGB | rgb(253, 191, 227) |
| HSL | hsl(325, 94%, 87%) |
| CMYK | cmyk(0%, 25%, 10%, 1%) |
| LAB | lab(83.8 27.7 -9.2) |
| LCH | lch(83.8 29.2 341.6) |
| OKLCH | oklch(0.871 0.084 343.3) |
Copy-ready code
/* CSS */
color: #fdbfe3;
background-color: #fdbfe3;
/* Tailwind (arbitrary) */
class="text-[#fdbfe3] bg-[#fdbfe3]"
/* SCSS */
$brand: #fdbfe3;
/* SwiftUI */
Color(red: 0.992, green: 0.749, blue: 0.890)
/* Android */
Color.parseColor("#fdbfe3")Accessibility — WCAG contrast
Aa
#fdbfe3 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbfe3 on black: 13.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green74.9%
Blue89.0%
CMYK percentages
Cyan0.0%
Magenta24.5%
Yellow10.3%
Key (black)0.8%
Color previews
#fdbfe3 text on a black background
contrast 13.74:1
Card sample
#fdbfe3 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbfe3;
Background color
Panel with #fdbfe3 background
background-color: #fdbfe3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbfe3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 191, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 191, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbfe3; background: linear-gradient(135deg, #fdbfe3, #FDC5BF);