#bf86df
a light, vivid violet · warm · closest name: orchid
RGB
191, 134, 223
HSL
278°, 58%, 70%
CMYK
14, 40, 0, 13
Luminance
0.3345
Every format
| HEX | #bf86df |
| RGB | rgb(191, 134, 223) |
| HSL | hsl(278, 58%, 70%) |
| CMYK | cmyk(14%, 40%, 0%, 13%) |
| LAB | lab(64.5 37.7 -37.0) |
| LCH | lch(64.5 52.8 315.6) |
| OKLCH | oklch(0.709 0.139 312.6) |
Copy-ready code
/* CSS */
color: #bf86df;
background-color: #bf86df;
/* Tailwind (arbitrary) */
class="text-[#bf86df] bg-[#bf86df]"
/* SCSS */
$brand: #bf86df;
/* SwiftUI */
Color(red: 0.749, green: 0.525, blue: 0.875)
/* Android */
Color.parseColor("#bf86df")Accessibility — WCAG contrast
Aa
#bf86df on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bf86df on black: 7.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green52.5%
Blue87.5%
CMYK percentages
Cyan14.3%
Magenta39.9%
Yellow0.0%
Key (black)12.5%
Color previews
#bf86df text on a black background
contrast 7.69:1
Card sample
#bf86df text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf86df;
Background color
Panel with #bf86df background
background-color: #bf86df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf86df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 134, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 134, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf86df; background: linear-gradient(135deg, #bf86df, #DF86C4);