#fdbbee
a pale, electric magenta / pink · warm · closest name: plum
RGB
253, 187, 238
HSL
314°, 94%, 86%
CMYK
0, 26, 6, 1
Luminance
0.6260
Every format
| HEX | #fdbbee |
| RGB | rgb(253, 187, 238) |
| HSL | hsl(314, 94%, 86%) |
| CMYK | cmyk(0%, 26%, 6%, 1%) |
| LAB | lab(83.2 31.6 -16.0) |
| LCH | lch(83.2 35.5 333.2) |
| OKLCH | oklch(0.868 0.100 334.7) |
Copy-ready code
/* CSS */
color: #fdbbee;
background-color: #fdbbee;
/* Tailwind (arbitrary) */
class="text-[#fdbbee] bg-[#fdbbee]"
/* SCSS */
$brand: #fdbbee;
/* SwiftUI */
Color(red: 0.992, green: 0.733, blue: 0.933)
/* Android */
Color.parseColor("#fdbbee")Accessibility — WCAG contrast
Aa
#fdbbee on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbbee on black: 13.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green73.3%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta26.1%
Yellow5.9%
Key (black)0.8%
Color previews
#fdbbee text on a black background
contrast 13.52:1
Card sample
#fdbbee text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbbee;
Background color
Panel with #fdbbee background
background-color: #fdbbee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbbee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 187, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 187, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbbee; background: linear-gradient(135deg, #fdbbee, #FDBBC2);