#f6bfef
a pale, electric magenta / pink · warm · closest name: plum
RGB
246, 191, 239
HSL
308°, 75%, 86%
CMYK
0, 22, 3, 4
Luminance
0.6309
Every format
| HEX | #f6bfef |
| RGB | rgb(246, 191, 239) |
| HSL | hsl(308, 75%, 86%) |
| CMYK | cmyk(0%, 22%, 3%, 4%) |
| LAB | lab(83.5 27.4 -16.2) |
| LCH | lch(83.5 31.8 329.5) |
| OKLCH | oklch(0.868 0.088 330.6) |
Copy-ready code
/* CSS */
color: #f6bfef;
background-color: #f6bfef;
/* Tailwind (arbitrary) */
class="text-[#f6bfef] bg-[#f6bfef]"
/* SCSS */
$brand: #f6bfef;
/* SwiftUI */
Color(red: 0.965, green: 0.749, blue: 0.937)
/* Android */
Color.parseColor("#f6bfef")Accessibility — WCAG contrast
Aa
#f6bfef on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6bfef on black: 13.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green74.9%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta22.4%
Yellow2.8%
Key (black)3.5%
Color previews
#f6bfef text on a black background
contrast 13.62:1
Card sample
#f6bfef text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6bfef;
Background color
Panel with #f6bfef background
background-color: #f6bfef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6bfef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 191, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 191, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6bfef; background: linear-gradient(135deg, #f6bfef, #F6BFCA);