#f8baf8
a pale, electric magenta / pink · warm · closest name: plum
RGB
248, 186, 248
HSL
300°, 82%, 85%
CMYK
0, 25, 0, 3
Luminance
0.6185
Every format
| HEX | #f8baf8 |
| RGB | rgb(248, 186, 248) |
| HSL | hsl(300, 82%, 85%) |
| CMYK | cmyk(0%, 25%, 0%, 3%) |
| LAB | lab(82.8 32.3 -21.9) |
| LCH | lch(82.8 39.1 325.8) |
| OKLCH | oklch(0.865 0.107 326.5) |
Copy-ready code
/* CSS */
color: #f8baf8;
background-color: #f8baf8;
/* Tailwind (arbitrary) */
class="text-[#f8baf8] bg-[#f8baf8]"
/* SCSS */
$brand: #f8baf8;
/* SwiftUI */
Color(red: 0.973, green: 0.729, blue: 0.973)
/* Android */
Color.parseColor("#f8baf8")Accessibility — WCAG contrast
Aa
#f8baf8 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8baf8 on black: 13.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green72.9%
Blue97.3%
CMYK percentages
Cyan0.0%
Magenta25.0%
Yellow0.0%
Key (black)2.7%
Color previews
#f8baf8 text on a black background
contrast 13.37:1
Card sample
#f8baf8 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8baf8;
Background color
Panel with #f8baf8 background
background-color: #f8baf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8baf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 186, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 186, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8baf8; background: linear-gradient(135deg, #f8baf8, #F8BACF);