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