#fdbae8
a pale, electric magenta / pink · warm · closest name: plum
RGB
253, 186, 232
HSL
319°, 94%, 86%
CMYK
0, 27, 8, 1
Luminance
0.6183
Every format
| HEX | #fdbae8 |
| RGB | rgb(253, 186, 232) |
| HSL | hsl(319, 94%, 86%) |
| CMYK | cmyk(0%, 27%, 8%, 1%) |
| LAB | lab(82.8 31.2 -13.4) |
| LCH | lch(82.8 33.9 336.8) |
| OKLCH | oklch(0.864 0.097 338.5) |
Copy-ready code
/* CSS */
color: #fdbae8;
background-color: #fdbae8;
/* Tailwind (arbitrary) */
class="text-[#fdbae8] bg-[#fdbae8]"
/* SCSS */
$brand: #fdbae8;
/* SwiftUI */
Color(red: 0.992, green: 0.729, blue: 0.910)
/* Android */
Color.parseColor("#fdbae8")Accessibility — WCAG contrast
Aa
#fdbae8 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbae8 on black: 13.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green72.9%
Blue91.0%
CMYK percentages
Cyan0.0%
Magenta26.5%
Yellow8.3%
Key (black)0.8%
Color previews
#fdbae8 text on a black background
contrast 13.37:1
Card sample
#fdbae8 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbae8;
Background color
Panel with #fdbae8 background
background-color: #fdbae8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbae8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 186, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 186, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbae8; background: linear-gradient(135deg, #fdbae8, #FDBABB);