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