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