#f5bafc
a pale, electric magenta / pink · warm · closest name: plum
RGB
245, 186, 252
HSL
294°, 92%, 86%
CMYK
3, 26, 0, 1
Luminance
0.6156
Every format
| HEX | #f5bafc |
| RGB | rgb(245, 186, 252) |
| HSL | hsl(294, 92%, 86%) |
| CMYK | cmyk(3%, 26%, 0%, 1%) |
| LAB | lab(82.7 32.1 -24.4) |
| LCH | lch(82.7 40.3 322.8) |
| OKLCH | oklch(0.863 0.109 322.9) |
Copy-ready code
/* CSS */
color: #f5bafc;
background-color: #f5bafc;
/* Tailwind (arbitrary) */
class="text-[#f5bafc] bg-[#f5bafc]"
/* SCSS */
$brand: #f5bafc;
/* SwiftUI */
Color(red: 0.961, green: 0.729, blue: 0.988)
/* Android */
Color.parseColor("#f5bafc")Accessibility — WCAG contrast
Aa
#f5bafc on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5bafc on black: 13.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green72.9%
Blue98.8%
CMYK percentages
Cyan2.8%
Magenta26.2%
Yellow0.0%
Key (black)1.2%
Color previews
#f5bafc text on a black background
contrast 13.31:1
Card sample
#f5bafc text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5bafc;
Background color
Panel with #f5bafc background
background-color: #f5bafc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5bafc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 186, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 186, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5bafc; background: linear-gradient(135deg, #f5bafc, #FCBAD7);