#bc9fee
a light, vivid violet · warm · closest name: plum
RGB
188, 159, 238
HSL
262°, 70%, 78%
CMYK
21, 33, 0, 7
Luminance
0.4166
Every format
| HEX | #bc9fee |
| RGB | rgb(188, 159, 238) |
| HSL | hsl(262, 70%, 78%) |
| CMYK | cmyk(21%, 33%, 0%, 7%) |
| LAB | lab(70.6 26.3 -35.8) |
| LCH | lch(70.6 44.4 306.3) |
| OKLCH | oklch(0.757 0.115 300.6) |
Copy-ready code
/* CSS */
color: #bc9fee;
background-color: #bc9fee;
/* Tailwind (arbitrary) */
class="text-[#bc9fee] bg-[#bc9fee]"
/* SCSS */
$brand: #bc9fee;
/* SwiftUI */
Color(red: 0.737, green: 0.624, blue: 0.933)
/* Android */
Color.parseColor("#bc9fee")Accessibility — WCAG contrast
Aa
#bc9fee on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc9fee on black: 9.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green62.4%
Blue93.3%
CMYK percentages
Cyan21.0%
Magenta33.2%
Yellow0.0%
Key (black)6.7%
Color previews
#bc9fee text on a black background
contrast 9.33:1
Card sample
#bc9fee text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc9fee;
Background color
Panel with #bc9fee background
background-color: #bc9fee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc9fee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 159, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 159, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc9fee; background: linear-gradient(135deg, #bc9fee, #EE9FEB);