#fdbaee
a pale, electric magenta / pink · warm · closest name: plum
RGB
253, 186, 238
HSL
313°, 94%, 86%
CMYK
0, 27, 6, 1
Luminance
0.6217
Every format
| HEX | #fdbaee |
| RGB | rgb(253, 186, 238) |
| HSL | hsl(313, 94%, 86%) |
| CMYK | cmyk(0%, 27%, 6%, 1%) |
| LAB | lab(83.0 32.2 -16.3) |
| LCH | lch(83.0 36.1 333.1) |
| OKLCH | oklch(0.866 0.102 334.6) |
Copy-ready code
/* CSS */
color: #fdbaee;
background-color: #fdbaee;
/* Tailwind (arbitrary) */
class="text-[#fdbaee] bg-[#fdbaee]"
/* SCSS */
$brand: #fdbaee;
/* SwiftUI */
Color(red: 0.992, green: 0.729, blue: 0.933)
/* Android */
Color.parseColor("#fdbaee")Accessibility — WCAG contrast
Aa
#fdbaee on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbaee on black: 13.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green72.9%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta26.5%
Yellow5.9%
Key (black)0.8%
Color previews
#fdbaee text on a black background
contrast 13.43:1
Card sample
#fdbaee text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbaee;
Background color
Panel with #fdbaee background
background-color: #fdbaee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbaee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 186, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 186, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbaee; background: linear-gradient(135deg, #fdbaee, #FDBAC1);