#bc9eeb
a light, vivid violet · warm · closest name: plum
RGB
188, 158, 235
HSL
263°, 66%, 77%
CMYK
20, 33, 0, 8
Luminance
0.4114
Every format
| HEX | #bc9eeb |
| RGB | rgb(188, 158, 235) |
| HSL | hsl(263, 66%, 77%) |
| CMYK | cmyk(20%, 33%, 0%, 8%) |
| LAB | lab(70.3 26.2 -34.7) |
| LCH | lch(70.3 43.4 307.1) |
| OKLCH | oklch(0.754 0.113 301.7) |
Copy-ready code
/* CSS */
color: #bc9eeb;
background-color: #bc9eeb;
/* Tailwind (arbitrary) */
class="text-[#bc9eeb] bg-[#bc9eeb]"
/* SCSS */
$brand: #bc9eeb;
/* SwiftUI */
Color(red: 0.737, green: 0.620, blue: 0.922)
/* Android */
Color.parseColor("#bc9eeb")Accessibility — WCAG contrast
Aa
#bc9eeb on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc9eeb on black: 9.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green62.0%
Blue92.2%
CMYK percentages
Cyan20.0%
Magenta32.8%
Yellow0.0%
Key (black)7.8%
Color previews
#bc9eeb text on a black background
contrast 9.23:1
Card sample
#bc9eeb text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc9eeb;
Background color
Panel with #bc9eeb background
background-color: #bc9eeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc9eeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 158, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 158, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc9eeb; background: linear-gradient(135deg, #bc9eeb, #EB9EE7);