#bc9eef
a light, vivid violet · warm · closest name: plum
RGB
188, 158, 239
HSL
262°, 72%, 78%
CMYK
21, 34, 0, 6
Luminance
0.4138
Every format
| HEX | #bc9eef |
| RGB | rgb(188, 158, 239) |
| HSL | hsl(262, 72%, 78%) |
| CMYK | cmyk(21%, 34%, 0%, 6%) |
| LAB | lab(70.4 27.1 -36.6) |
| LCH | lch(70.4 45.5 306.5) |
| OKLCH | oklch(0.756 0.118 300.6) |
Copy-ready code
/* CSS */
color: #bc9eef;
background-color: #bc9eef;
/* Tailwind (arbitrary) */
class="text-[#bc9eef] bg-[#bc9eef]"
/* SCSS */
$brand: #bc9eef;
/* SwiftUI */
Color(red: 0.737, green: 0.620, blue: 0.937)
/* Android */
Color.parseColor("#bc9eef")Accessibility — WCAG contrast
Aa
#bc9eef on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc9eef on black: 9.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green62.0%
Blue93.7%
CMYK percentages
Cyan21.3%
Magenta33.9%
Yellow0.0%
Key (black)6.3%
Color previews
#bc9eef text on a black background
contrast 9.28:1
Card sample
#bc9eef text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc9eef;
Background color
Panel with #bc9eef background
background-color: #bc9eef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc9eef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 158, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 158, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc9eef; background: linear-gradient(135deg, #bc9eef, #EF9EEC);