#fdbae2
a pale, electric magenta / pink · warm · closest name: plum
RGB
253, 186, 226
HSL
324°, 94%, 86%
CMYK
0, 27, 11, 1
Luminance
0.6149
Every format
| HEX | #fdbae2 |
| RGB | rgb(253, 186, 226) |
| HSL | hsl(324, 94%, 86%) |
| CMYK | cmyk(0%, 27%, 11%, 1%) |
| LAB | lab(82.6 30.2 -10.4) |
| LCH | lch(82.6 31.9 341.0) |
| OKLCH | oklch(0.862 0.092 342.7) |
Copy-ready code
/* CSS */
color: #fdbae2;
background-color: #fdbae2;
/* Tailwind (arbitrary) */
class="text-[#fdbae2] bg-[#fdbae2]"
/* SCSS */
$brand: #fdbae2;
/* SwiftUI */
Color(red: 0.992, green: 0.729, blue: 0.886)
/* Android */
Color.parseColor("#fdbae2")Accessibility — WCAG contrast
Aa
#fdbae2 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbae2 on black: 13.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green72.9%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta26.5%
Yellow10.7%
Key (black)0.8%
Color previews
#fdbae2 text on a black background
contrast 13.30:1
Card sample
#fdbae2 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbae2;
Background color
Panel with #fdbae2 background
background-color: #fdbae2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbae2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 186, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 186, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbae2; background: linear-gradient(135deg, #fdbae2, #FDBFBA);