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