#f6bdfe
a pale, electric magenta / pink · warm · closest name: plum
RGB
246, 189, 254
HSL
293°, 97%, 87%
CMYK
3, 26, 0, 0
Luminance
0.6314
Every format
| HEX | #f6bdfe |
| RGB | rgb(246, 189, 254) |
| HSL | hsl(293, 97%, 87%) |
| CMYK | cmyk(3%, 26%, 0%, 0%) |
| LAB | lab(83.5 31.2 -24.1) |
| LCH | lch(83.5 39.4 322.3) |
| OKLCH | oklch(0.870 0.107 322.3) |
Copy-ready code
/* CSS */
color: #f6bdfe;
background-color: #f6bdfe;
/* Tailwind (arbitrary) */
class="text-[#f6bdfe] bg-[#f6bdfe]"
/* SCSS */
$brand: #f6bdfe;
/* SwiftUI */
Color(red: 0.965, green: 0.741, blue: 0.996)
/* Android */
Color.parseColor("#f6bdfe")Accessibility — WCAG contrast
Aa
#f6bdfe on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6bdfe on black: 13.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green74.1%
Blue99.6%
CMYK percentages
Cyan3.1%
Magenta25.6%
Yellow0.0%
Key (black)0.4%
Color previews
#f6bdfe text on a black background
contrast 13.63:1
Card sample
#f6bdfe text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6bdfe;
Background color
Panel with #f6bdfe background
background-color: #f6bdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6bdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 189, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 189, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6bdfe; background: linear-gradient(135deg, #f6bdfe, #FEBDDB);