#fdbaf1
a pale, electric magenta / pink · warm · closest name: plum
RGB
253, 186, 241
HSL
311°, 94%, 86%
CMYK
0, 27, 5, 1
Luminance
0.6235
Every format
| HEX | #fdbaf1 |
| RGB | rgb(253, 186, 241) |
| HSL | hsl(311, 94%, 86%) |
| CMYK | cmyk(0%, 27%, 5%, 1%) |
| LAB | lab(83.1 32.7 -17.8) |
| LCH | lch(83.1 37.2 331.5) |
| OKLCH | oklch(0.867 0.104 332.8) |
Copy-ready code
/* CSS */
color: #fdbaf1;
background-color: #fdbaf1;
/* Tailwind (arbitrary) */
class="text-[#fdbaf1] bg-[#fdbaf1]"
/* SCSS */
$brand: #fdbaf1;
/* SwiftUI */
Color(red: 0.992, green: 0.729, blue: 0.945)
/* Android */
Color.parseColor("#fdbaf1")Accessibility — WCAG contrast
Aa
#fdbaf1 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbaf1 on black: 13.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green72.9%
Blue94.5%
CMYK percentages
Cyan0.0%
Magenta26.5%
Yellow4.7%
Key (black)0.8%
Color previews
#fdbaf1 text on a black background
contrast 13.47:1
Card sample
#fdbaf1 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbaf1;
Background color
Panel with #fdbaf1 background
background-color: #fdbaf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbaf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 186, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 186, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbaf1; background: linear-gradient(135deg, #fdbaf1, #FDBAC4);