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