#f5bdfe
a pale, electric magenta / pink · warm · closest name: plum
RGB
245, 189, 254
HSL
292°, 97%, 87%
CMYK
4, 26, 0, 0
Luminance
0.6296
Every format
| HEX | #f5bdfe |
| RGB | rgb(245, 189, 254) |
| HSL | hsl(292, 97%, 87%) |
| CMYK | cmyk(4%, 26%, 0%, 0%) |
| LAB | lab(83.4 30.9 -24.3) |
| LCH | lch(83.4 39.3 321.8) |
| OKLCH | oklch(0.869 0.106 321.7) |
Copy-ready code
/* CSS */
color: #f5bdfe;
background-color: #f5bdfe;
/* Tailwind (arbitrary) */
class="text-[#f5bdfe] bg-[#f5bdfe]"
/* SCSS */
$brand: #f5bdfe;
/* SwiftUI */
Color(red: 0.961, green: 0.741, blue: 0.996)
/* Android */
Color.parseColor("#f5bdfe")Accessibility — WCAG contrast
Aa
#f5bdfe on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5bdfe on black: 13.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green74.1%
Blue99.6%
CMYK percentages
Cyan3.5%
Magenta25.6%
Yellow0.0%
Key (black)0.4%
Color previews
#f5bdfe text on a black background
contrast 13.59:1
Card sample
#f5bdfe text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5bdfe;
Background color
Panel with #f5bdfe background
background-color: #f5bdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5bdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 189, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 189, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5bdfe; background: linear-gradient(135deg, #f5bdfe, #FEBDDC);