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