#f5bdfb
a pale, electric magenta / pink · warm · closest name: plum
RGB
245, 189, 251
HSL
294°, 89%, 86%
CMYK
2, 25, 0, 2
Luminance
0.6277
Every format
| HEX | #f5bdfb |
| RGB | rgb(245, 189, 251) |
| HSL | hsl(294, 89%, 86%) |
| CMYK | cmyk(2%, 25%, 0%, 2%) |
| LAB | lab(83.3 30.3 -22.8) |
| LCH | lch(83.3 38.0 323.0) |
| OKLCH | oklch(0.868 0.103 323.2) |
Copy-ready code
/* CSS */
color: #f5bdfb;
background-color: #f5bdfb;
/* Tailwind (arbitrary) */
class="text-[#f5bdfb] bg-[#f5bdfb]"
/* SCSS */
$brand: #f5bdfb;
/* SwiftUI */
Color(red: 0.961, green: 0.741, blue: 0.984)
/* Android */
Color.parseColor("#f5bdfb")Accessibility — WCAG contrast
Aa
#f5bdfb on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5bdfb on black: 13.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green74.1%
Blue98.4%
CMYK percentages
Cyan2.4%
Magenta24.7%
Yellow0.0%
Key (black)1.6%
Color previews
#f5bdfb text on a black background
contrast 13.55:1
Card sample
#f5bdfb text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5bdfb;
Background color
Panel with #f5bdfb background
background-color: #f5bdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5bdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 189, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 189, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5bdfb; background: linear-gradient(135deg, #f5bdfb, #FBBDD8);