#fdbfe7
a pale, electric magenta / pink · warm · closest name: pink
RGB
253, 191, 231
HSL
321°, 94%, 87%
CMYK
0, 25, 9, 1
Luminance
0.6391
Every format
| HEX | #fdbfe7 |
| RGB | rgb(253, 191, 231) |
| HSL | hsl(321, 94%, 87%) |
| CMYK | cmyk(0%, 25%, 9%, 1%) |
| LAB | lab(83.9 28.4 -11.2) |
| LCH | lch(83.9 30.5 338.5) |
| OKLCH | oklch(0.872 0.087 340.2) |
Copy-ready code
/* CSS */
color: #fdbfe7;
background-color: #fdbfe7;
/* Tailwind (arbitrary) */
class="text-[#fdbfe7] bg-[#fdbfe7]"
/* SCSS */
$brand: #fdbfe7;
/* SwiftUI */
Color(red: 0.992, green: 0.749, blue: 0.906)
/* Android */
Color.parseColor("#fdbfe7")Accessibility — WCAG contrast
Aa
#fdbfe7 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbfe7 on black: 13.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green74.9%
Blue90.6%
CMYK percentages
Cyan0.0%
Magenta24.5%
Yellow8.7%
Key (black)0.8%
Color previews
#fdbfe7 text on a black background
contrast 13.78:1
Card sample
#fdbfe7 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbfe7;
Background color
Panel with #fdbfe7 background
background-color: #fdbfe7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbfe7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 191, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 191, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbfe7; background: linear-gradient(135deg, #fdbfe7, #FDC1BF);