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