#bc8eee
a light, vivid violet · warm · closest name: plum
RGB
188, 142, 238
HSL
269°, 74%, 75%
CMYK
21, 40, 0, 7
Luminance
0.3621
Every format
| HEX | #bc8eee |
| RGB | rgb(188, 142, 238) |
| HSL | hsl(269, 74%, 75%) |
| CMYK | cmyk(21%, 40%, 0%, 7%) |
| LAB | lab(66.7 35.7 -41.9) |
| LCH | lch(66.7 55.1 310.4) |
| OKLCH | oklch(0.727 0.143 305.2) |
Copy-ready code
/* CSS */
color: #bc8eee;
background-color: #bc8eee;
/* Tailwind (arbitrary) */
class="text-[#bc8eee] bg-[#bc8eee]"
/* SCSS */
$brand: #bc8eee;
/* SwiftUI */
Color(red: 0.737, green: 0.557, blue: 0.933)
/* Android */
Color.parseColor("#bc8eee")Accessibility — WCAG contrast
Aa
#bc8eee on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc8eee on black: 8.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green55.7%
Blue93.3%
CMYK percentages
Cyan21.0%
Magenta40.3%
Yellow0.0%
Key (black)6.7%
Color previews
#bc8eee text on a black background
contrast 8.24:1
Card sample
#bc8eee text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc8eee;
Background color
Panel with #bc8eee background
background-color: #bc8eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc8eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 142, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 142, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc8eee; background: linear-gradient(135deg, #bc8eee, #EE8EE0);