#f5bbf8
a pale, electric magenta / pink · warm · closest name: plum
RGB
245, 187, 248
HSL
297°, 81%, 85%
CMYK
1, 25, 0, 3
Luminance
0.6173
Every format
| HEX | #f5bbf8 |
| RGB | rgb(245, 187, 248) |
| HSL | hsl(297, 81%, 85%) |
| CMYK | cmyk(1%, 25%, 0%, 3%) |
| LAB | lab(82.8 30.8 -22.1) |
| LCH | lch(82.8 37.9 324.4) |
| OKLCH | oklch(0.864 0.103 324.8) |
Copy-ready code
/* CSS */
color: #f5bbf8;
background-color: #f5bbf8;
/* Tailwind (arbitrary) */
class="text-[#f5bbf8] bg-[#f5bbf8]"
/* SCSS */
$brand: #f5bbf8;
/* SwiftUI */
Color(red: 0.961, green: 0.733, blue: 0.973)
/* Android */
Color.parseColor("#f5bbf8")Accessibility — WCAG contrast
Aa
#f5bbf8 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5bbf8 on black: 13.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green73.3%
Blue97.3%
CMYK percentages
Cyan1.2%
Magenta24.6%
Yellow0.0%
Key (black)2.7%
Color previews
#f5bbf8 text on a black background
contrast 13.35:1
Card sample
#f5bbf8 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5bbf8;
Background color
Panel with #f5bbf8 background
background-color: #f5bbf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5bbf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 187, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 187, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5bbf8; background: linear-gradient(135deg, #f5bbf8, #F8BBD2);