#f8bdfd
a pale, electric magenta / pink · warm · closest name: plum
RGB
248, 189, 253
HSL
295°, 94%, 87%
CMYK
2, 25, 0, 1
Luminance
0.6344
Every format
| HEX | #f8bdfd |
| RGB | rgb(248, 189, 253) |
| HSL | hsl(295, 94%, 87%) |
| CMYK | cmyk(2%, 25%, 0%, 1%) |
| LAB | lab(83.7 31.6 -23.3) |
| LCH | lch(83.7 39.3 323.6) |
| OKLCH | oklch(0.872 0.107 323.8) |
Copy-ready code
/* CSS */
color: #f8bdfd;
background-color: #f8bdfd;
/* Tailwind (arbitrary) */
class="text-[#f8bdfd] bg-[#f8bdfd]"
/* SCSS */
$brand: #f8bdfd;
/* SwiftUI */
Color(red: 0.973, green: 0.741, blue: 0.992)
/* Android */
Color.parseColor("#f8bdfd")Accessibility — WCAG contrast
Aa
#f8bdfd on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8bdfd on black: 13.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green74.1%
Blue99.2%
CMYK percentages
Cyan2.0%
Magenta25.3%
Yellow0.0%
Key (black)0.8%
Color previews
#f8bdfd text on a black background
contrast 13.69:1
Card sample
#f8bdfd text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8bdfd;
Background color
Panel with #f8bdfd background
background-color: #f8bdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8bdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 189, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 189, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8bdfd; background: linear-gradient(135deg, #f8bdfd, #FDBDD7);