#bc92df
a light, vivid violet · warm · closest name: plum
RGB
188, 146, 223
HSL
273°, 55%, 72%
CMYK
16, 35, 0, 13
Luminance
0.3658
Every format
| HEX | #bc92df |
| RGB | rgb(188, 146, 223) |
| HSL | hsl(273, 55%, 72%) |
| CMYK | cmyk(16%, 35%, 0%, 13%) |
| LAB | lab(67.0 30.2 -33.2) |
| LCH | lch(67.0 44.9 312.3) |
| OKLCH | oklch(0.727 0.117 308.7) |
Copy-ready code
/* CSS */
color: #bc92df;
background-color: #bc92df;
/* Tailwind (arbitrary) */
class="text-[#bc92df] bg-[#bc92df]"
/* SCSS */
$brand: #bc92df;
/* SwiftUI */
Color(red: 0.737, green: 0.573, blue: 0.875)
/* Android */
Color.parseColor("#bc92df")Accessibility — WCAG contrast
Aa
#bc92df on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc92df on black: 8.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green57.3%
Blue87.5%
CMYK percentages
Cyan15.7%
Magenta34.5%
Yellow0.0%
Key (black)12.5%
Color previews
#bc92df text on a black background
contrast 8.32:1
Card sample
#bc92df text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc92df;
Background color
Panel with #bc92df background
background-color: #bc92df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc92df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 146, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 146, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc92df; background: linear-gradient(135deg, #bc92df, #DF92CF);