#f8bafc
a pale, electric magenta / pink · warm · closest name: plum
RGB
248, 186, 252
HSL
296°, 92%, 86%
CMYK
2, 26, 0, 1
Luminance
0.6210
Every format
| HEX | #f8bafc |
| RGB | rgb(248, 186, 252) |
| HSL | hsl(296, 92%, 86%) |
| CMYK | cmyk(2%, 26%, 0%, 1%) |
| LAB | lab(83.0 33.0 -23.9) |
| LCH | lch(83.0 40.8 324.2) |
| OKLCH | oklch(0.866 0.111 324.5) |
Copy-ready code
/* CSS */
color: #f8bafc;
background-color: #f8bafc;
/* Tailwind (arbitrary) */
class="text-[#f8bafc] bg-[#f8bafc]"
/* SCSS */
$brand: #f8bafc;
/* SwiftUI */
Color(red: 0.973, green: 0.729, blue: 0.988)
/* Android */
Color.parseColor("#f8bafc")Accessibility — WCAG contrast
Aa
#f8bafc on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8bafc on black: 13.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green72.9%
Blue98.8%
CMYK percentages
Cyan1.6%
Magenta26.2%
Yellow0.0%
Key (black)1.2%
Color previews
#f8bafc text on a black background
contrast 13.42:1
Card sample
#f8bafc text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8bafc;
Background color
Panel with #f8bafc background
background-color: #f8bafc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8bafc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 186, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 186, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8bafc; background: linear-gradient(135deg, #f8bafc, #FCBAD4);