#f5bcfa
a pale, electric magenta / pink · warm · closest name: plum
RGB
245, 188, 250
HSL
295°, 86%, 86%
CMYK
2, 25, 0, 2
Luminance
0.6228
Every format
| HEX | #f5bcfa |
| RGB | rgb(245, 188, 250) |
| HSL | hsl(295, 86%, 86%) |
| CMYK | cmyk(2%, 25%, 0%, 2%) |
| LAB | lab(83.1 30.7 -22.7) |
| LCH | lch(83.1 38.2 323.5) |
| OKLCH | oklch(0.866 0.104 323.7) |
Copy-ready code
/* CSS */
color: #f5bcfa;
background-color: #f5bcfa;
/* Tailwind (arbitrary) */
class="text-[#f5bcfa] bg-[#f5bcfa]"
/* SCSS */
$brand: #f5bcfa;
/* SwiftUI */
Color(red: 0.961, green: 0.737, blue: 0.980)
/* Android */
Color.parseColor("#f5bcfa")Accessibility — WCAG contrast
Aa
#f5bcfa on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5bcfa on black: 13.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green73.7%
Blue98.0%
CMYK percentages
Cyan2.0%
Magenta24.8%
Yellow0.0%
Key (black)2.0%
Color previews
#f5bcfa text on a black background
contrast 13.46:1
Card sample
#f5bcfa text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5bcfa;
Background color
Panel with #f5bcfa background
background-color: #f5bcfa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5bcfa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 188, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 188, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5bcfa; background: linear-gradient(135deg, #f5bcfa, #FABCD6);