#f7bffc
a pale, electric magenta / pink · warm · closest name: plum
RGB
247, 191, 252
HSL
295°, 91%, 87%
CMYK
2, 24, 0, 1
Luminance
0.6406
Every format
| HEX | #f7bffc |
| RGB | rgb(247, 191, 252) |
| HSL | hsl(295, 91%, 87%) |
| CMYK | cmyk(2%, 24%, 0%, 1%) |
| LAB | lab(84.0 30.1 -22.3) |
| LCH | lch(84.0 37.5 323.4) |
| OKLCH | oklch(0.874 0.102 323.7) |
Copy-ready code
/* CSS */
color: #f7bffc;
background-color: #f7bffc;
/* Tailwind (arbitrary) */
class="text-[#f7bffc] bg-[#f7bffc]"
/* SCSS */
$brand: #f7bffc;
/* SwiftUI */
Color(red: 0.969, green: 0.749, blue: 0.988)
/* Android */
Color.parseColor("#f7bffc")Accessibility — WCAG contrast
Aa
#f7bffc on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7bffc on black: 13.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green74.9%
Blue98.8%
CMYK percentages
Cyan2.0%
Magenta24.2%
Yellow0.0%
Key (black)1.2%
Color previews
#f7bffc text on a black background
contrast 13.81:1
Card sample
#f7bffc text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7bffc;
Background color
Panel with #f7bffc background
background-color: #f7bffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7bffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 191, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 191, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7bffc; background: linear-gradient(135deg, #f7bffc, #FCBFD8);