#bc7aeb
a light, vivid violet · warm · closest name: orchid
RGB
188, 122, 235
HSL
275°, 74%, 70%
CMYK
20, 48, 0, 8
Luminance
0.3061
Every format
| HEX | #bc7aeb |
| RGB | rgb(188, 122, 235) |
| HSL | hsl(275, 74%, 70%) |
| CMYK | cmyk(20%, 48%, 0%, 8%) |
| LAB | lab(62.2 46.0 -47.4) |
| LCH | lch(62.2 66.0 314.1) |
| OKLCH | oklch(0.693 0.172 309.6) |
Copy-ready code
/* CSS */
color: #bc7aeb;
background-color: #bc7aeb;
/* Tailwind (arbitrary) */
class="text-[#bc7aeb] bg-[#bc7aeb]"
/* SCSS */
$brand: #bc7aeb;
/* SwiftUI */
Color(red: 0.737, green: 0.478, blue: 0.922)
/* Android */
Color.parseColor("#bc7aeb")Accessibility — WCAG contrast
Aa
#bc7aeb on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc7aeb on black: 7.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green47.8%
Blue92.2%
CMYK percentages
Cyan20.0%
Magenta48.1%
Yellow0.0%
Key (black)7.8%
Color previews
#bc7aeb text on a black background
contrast 7.12:1
Card sample
#bc7aeb text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc7aeb;
Background color
Panel with #bc7aeb background
background-color: #bc7aeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc7aeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 122, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 122, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc7aeb; background: linear-gradient(135deg, #bc7aeb, #EB7ACF);