#bc7aef
a light, electric violet · warm · closest name: orchid
RGB
188, 122, 239
HSL
274°, 79%, 71%
CMYK
21, 49, 0, 6
Luminance
0.3084
Every format
| HEX | #bc7aef |
| RGB | rgb(188, 122, 239) |
| HSL | hsl(274, 79%, 71%) |
| CMYK | cmyk(21%, 49%, 0%, 6%) |
| LAB | lab(62.4 46.8 -49.3) |
| LCH | lch(62.4 68.0 313.6) |
| OKLCH | oklch(0.695 0.176 308.5) |
Copy-ready code
/* CSS */
color: #bc7aef;
background-color: #bc7aef;
/* Tailwind (arbitrary) */
class="text-[#bc7aef] bg-[#bc7aef]"
/* SCSS */
$brand: #bc7aef;
/* SwiftUI */
Color(red: 0.737, green: 0.478, blue: 0.937)
/* Android */
Color.parseColor("#bc7aef")Accessibility — WCAG contrast
Aa
#bc7aef on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc7aef on black: 7.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green47.8%
Blue93.7%
CMYK percentages
Cyan21.3%
Magenta49.0%
Yellow0.0%
Key (black)6.3%
Color previews
#bc7aef text on a black background
contrast 7.17:1
Card sample
#bc7aef text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc7aef;
Background color
Panel with #bc7aef background
background-color: #bc7aef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc7aef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 122, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 122, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc7aef; background: linear-gradient(135deg, #bc7aef, #EF7AD4);