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