#be86fc
a light, electric violet · warm · closest name: violet
RGB
190, 134, 252
HSL
269°, 95%, 76%
CMYK
25, 47, 0, 1
Luminance
0.3503
Every format
| HEX | #be86fc |
| RGB | rgb(190, 134, 252) |
| HSL | hsl(269, 95%, 76%) |
| CMYK | cmyk(25%, 47%, 0%, 1%) |
| LAB | lab(65.8 43.9 -51.0) |
| LCH | lch(65.8 67.3 310.7) |
| OKLCH | oklch(0.723 0.173 304.3) |
Copy-ready code
/* CSS */
color: #be86fc;
background-color: #be86fc;
/* Tailwind (arbitrary) */
class="text-[#be86fc] bg-[#be86fc]"
/* SCSS */
$brand: #be86fc;
/* SwiftUI */
Color(red: 0.745, green: 0.525, blue: 0.988)
/* Android */
Color.parseColor("#be86fc")Accessibility — WCAG contrast
Aa
#be86fc on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#be86fc on black: 8.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green52.5%
Blue98.8%
CMYK percentages
Cyan24.6%
Magenta46.8%
Yellow0.0%
Key (black)1.2%
Color previews
#be86fc text on a black background
contrast 8.01:1
Card sample
#be86fc text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #be86fc;
Background color
Panel with #be86fc background
background-color: #be86fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #be86fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 134, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 134, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be86fc; background: linear-gradient(135deg, #be86fc, #FC86EB);