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