#f1bafd
a pale, electric violet · warm · closest name: plum
RGB
241, 186, 253
HSL
289°, 94%, 86%
CMYK
5, 27, 0, 1
Luminance
0.6091
Every format
| HEX | #f1bafd |
| RGB | rgb(241, 186, 253) |
| HSL | hsl(289, 94%, 86%) |
| CMYK | cmyk(5%, 27%, 0%, 1%) |
| LAB | lab(82.3 31.0 -25.4) |
| LCH | lch(82.3 40.1 320.6) |
| OKLCH | oklch(0.860 0.108 320.2) |
Copy-ready code
/* CSS */
color: #f1bafd;
background-color: #f1bafd;
/* Tailwind (arbitrary) */
class="text-[#f1bafd] bg-[#f1bafd]"
/* SCSS */
$brand: #f1bafd;
/* SwiftUI */
Color(red: 0.945, green: 0.729, blue: 0.992)
/* Android */
Color.parseColor("#f1bafd")Accessibility — WCAG contrast
Aa
#f1bafd on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1bafd on black: 13.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green72.9%
Blue99.2%
CMYK percentages
Cyan4.7%
Magenta26.5%
Yellow0.0%
Key (black)0.8%
Color previews
#f1bafd text on a black background
contrast 13.18:1
Card sample
#f1bafd text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1bafd;
Background color
Panel with #f1bafd background
background-color: #f1bafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1bafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 186, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 186, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1bafd; background: linear-gradient(135deg, #f1bafd, #FDBADC);