#bc9aef
a light, vivid violet · warm · closest name: plum
RGB
188, 154, 239
HSL
264°, 73%, 77%
CMYK
21, 36, 0, 6
Luminance
0.4003
Every format
| HEX | #bc9aef |
| RGB | rgb(188, 154, 239) |
| HSL | hsl(264, 73%, 77%) |
| CMYK | cmyk(21%, 36%, 0%, 6%) |
| LAB | lab(69.5 29.3 -38.1) |
| LCH | lch(69.5 48.0 307.6) |
| OKLCH | oklch(0.749 0.124 301.9) |
Copy-ready code
/* CSS */
color: #bc9aef;
background-color: #bc9aef;
/* Tailwind (arbitrary) */
class="text-[#bc9aef] bg-[#bc9aef]"
/* SCSS */
$brand: #bc9aef;
/* SwiftUI */
Color(red: 0.737, green: 0.604, blue: 0.937)
/* Android */
Color.parseColor("#bc9aef")Accessibility — WCAG contrast
Aa
#bc9aef on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc9aef on black: 9.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green60.4%
Blue93.7%
CMYK percentages
Cyan21.3%
Magenta35.6%
Yellow0.0%
Key (black)6.3%
Color previews
#bc9aef text on a black background
contrast 9.01:1
Card sample
#bc9aef text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc9aef;
Background color
Panel with #bc9aef background
background-color: #bc9aef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc9aef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 154, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 154, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc9aef; background: linear-gradient(135deg, #bc9aef, #EF9AE9);