#f7bafe
a pale, electric magenta / pink · warm · closest name: plum
RGB
247, 186, 254
HSL
294°, 97%, 86%
CMYK
3, 27, 0, 0
Luminance
0.6205
Every format
| HEX | #f7bafe |
| RGB | rgb(247, 186, 254) |
| HSL | hsl(294, 97%, 86%) |
| CMYK | cmyk(3%, 27%, 0%, 0%) |
| LAB | lab(82.9 33.1 -25.0) |
| LCH | lch(82.9 41.5 322.9) |
| OKLCH | oklch(0.866 0.113 323.0) |
Copy-ready code
/* CSS */
color: #f7bafe;
background-color: #f7bafe;
/* Tailwind (arbitrary) */
class="text-[#f7bafe] bg-[#f7bafe]"
/* SCSS */
$brand: #f7bafe;
/* SwiftUI */
Color(red: 0.969, green: 0.729, blue: 0.996)
/* Android */
Color.parseColor("#f7bafe")Accessibility — WCAG contrast
Aa
#f7bafe on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7bafe on black: 13.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green72.9%
Blue99.6%
CMYK percentages
Cyan2.8%
Magenta26.8%
Yellow0.0%
Key (black)0.4%
Color previews
#f7bafe text on a black background
contrast 13.41:1
Card sample
#f7bafe text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7bafe;
Background color
Panel with #f7bafe background
background-color: #f7bafe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7bafe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 186, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 186, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7bafe; background: linear-gradient(135deg, #f7bafe, #FEBAD8);