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