#fdbfee
a pale, electric magenta / pink · warm · closest name: plum
RGB
253, 191, 238
HSL
315°, 94%, 87%
CMYK
0, 25, 6, 1
Luminance
0.6432
Every format
| HEX | #fdbfee |
| RGB | rgb(253, 191, 238) |
| HSL | hsl(315, 94%, 87%) |
| CMYK | cmyk(0%, 25%, 6%, 1%) |
| LAB | lab(84.1 29.6 -14.6) |
| LCH | lch(84.1 33.0 333.7) |
| OKLCH | oklch(0.875 0.093 335.2) |
Copy-ready code
/* CSS */
color: #fdbfee;
background-color: #fdbfee;
/* Tailwind (arbitrary) */
class="text-[#fdbfee] bg-[#fdbfee]"
/* SCSS */
$brand: #fdbfee;
/* SwiftUI */
Color(red: 0.992, green: 0.749, blue: 0.933)
/* Android */
Color.parseColor("#fdbfee")Accessibility — WCAG contrast
Aa
#fdbfee on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbfee on black: 13.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green74.9%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta24.5%
Yellow5.9%
Key (black)0.8%
Color previews
#fdbfee text on a black background
contrast 13.86:1
Card sample
#fdbfee text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbfee;
Background color
Panel with #fdbfee background
background-color: #fdbfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 191, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 191, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbfee; background: linear-gradient(135deg, #fdbfee, #FDBFC5);