#f7bfef
a pale, electric magenta / pink · warm · closest name: plum
RGB
247, 191, 239
HSL
309°, 78%, 86%
CMYK
0, 23, 3, 3
Luminance
0.6327
Every format
| HEX | #f7bfef |
| RGB | rgb(247, 191, 239) |
| HSL | hsl(309, 78%, 86%) |
| CMYK | cmyk(0%, 23%, 3%, 3%) |
| LAB | lab(83.6 27.7 -16.0) |
| LCH | lch(83.6 32.0 330.0) |
| OKLCH | oklch(0.869 0.089 331.2) |
Copy-ready code
/* CSS */
color: #f7bfef;
background-color: #f7bfef;
/* Tailwind (arbitrary) */
class="text-[#f7bfef] bg-[#f7bfef]"
/* SCSS */
$brand: #f7bfef;
/* SwiftUI */
Color(red: 0.969, green: 0.749, blue: 0.937)
/* Android */
Color.parseColor("#f7bfef")Accessibility — WCAG contrast
Aa
#f7bfef on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7bfef on black: 13.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green74.9%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta22.7%
Yellow3.2%
Key (black)3.1%
Color previews
#f7bfef text on a black background
contrast 13.65:1
Card sample
#f7bfef text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7bfef;
Background color
Panel with #f7bfef background
background-color: #f7bfef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7bfef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 191, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 191, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7bfef; background: linear-gradient(135deg, #f7bfef, #F7BFCA);