#bc7eee
a light, electric violet · warm · closest name: orchid
RGB
188, 126, 238
HSL
273°, 77%, 71%
CMYK
21, 47, 0, 7
Luminance
0.3179
Every format
| HEX | #bc7eee |
| RGB | rgb(188, 126, 238) |
| HSL | hsl(273, 77%, 71%) |
| CMYK | cmyk(21%, 47%, 0%, 7%) |
| LAB | lab(63.2 44.5 -47.5) |
| LCH | lch(63.2 65.0 313.1) |
| OKLCH | oklch(0.701 0.169 308.2) |
Copy-ready code
/* CSS */
color: #bc7eee;
background-color: #bc7eee;
/* Tailwind (arbitrary) */
class="text-[#bc7eee] bg-[#bc7eee]"
/* SCSS */
$brand: #bc7eee;
/* SwiftUI */
Color(red: 0.737, green: 0.494, blue: 0.933)
/* Android */
Color.parseColor("#bc7eee")Accessibility — WCAG contrast
Aa
#bc7eee on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc7eee on black: 7.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green49.4%
Blue93.3%
CMYK percentages
Cyan21.0%
Magenta47.1%
Yellow0.0%
Key (black)6.7%
Color previews
#bc7eee text on a black background
contrast 7.36:1
Card sample
#bc7eee text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc7eee;
Background color
Panel with #bc7eee background
background-color: #bc7eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc7eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 126, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 126, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc7eee; background: linear-gradient(135deg, #bc7eee, #EE7ED5);