#bf92eb
a light, vivid violet · warm · closest name: plum
RGB
191, 146, 235
HSL
270°, 69%, 75%
CMYK
19, 38, 0, 8
Luminance
0.3763
Every format
| HEX | #bf92eb |
| RGB | rgb(191, 146, 235) |
| HSL | hsl(270, 69%, 75%) |
| CMYK | cmyk(19%, 38%, 0%, 8%) |
| LAB | lab(67.8 33.7 -38.6) |
| LCH | lch(67.8 51.2 311.2) |
| OKLCH | oklch(0.736 0.133 306.6) |
Copy-ready code
/* CSS */
color: #bf92eb;
background-color: #bf92eb;
/* Tailwind (arbitrary) */
class="text-[#bf92eb] bg-[#bf92eb]"
/* SCSS */
$brand: #bf92eb;
/* SwiftUI */
Color(red: 0.749, green: 0.573, blue: 0.922)
/* Android */
Color.parseColor("#bf92eb")Accessibility — WCAG contrast
Aa
#bf92eb on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bf92eb on black: 8.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green57.3%
Blue92.2%
CMYK percentages
Cyan18.7%
Magenta37.9%
Yellow0.0%
Key (black)7.8%
Color previews
#bf92eb text on a black background
contrast 8.53:1
Card sample
#bf92eb text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf92eb;
Background color
Panel with #bf92eb background
background-color: #bf92eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf92eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 146, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 146, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf92eb; background: linear-gradient(135deg, #bf92eb, #EB92DC);