#bc9edf
a light, vivid violet · warm · closest name: plum
RGB
188, 158, 223
HSL
268°, 50%, 75%
CMYK
16, 29, 0, 13
Luminance
0.4047
Every format
| HEX | #bc9edf |
| RGB | rgb(188, 158, 223) |
| HSL | hsl(268, 50%, 75%) |
| CMYK | cmyk(16%, 29%, 0%, 13%) |
| LAB | lab(69.8 23.5 -28.8) |
| LCH | lch(69.8 37.2 309.2) |
| OKLCH | oklch(0.749 0.097 305.3) |
Copy-ready code
/* CSS */
color: #bc9edf;
background-color: #bc9edf;
/* Tailwind (arbitrary) */
class="text-[#bc9edf] bg-[#bc9edf]"
/* SCSS */
$brand: #bc9edf;
/* SwiftUI */
Color(red: 0.737, green: 0.620, blue: 0.875)
/* Android */
Color.parseColor("#bc9edf")Accessibility — WCAG contrast
Aa
#bc9edf on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc9edf on black: 9.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green62.0%
Blue87.5%
CMYK percentages
Cyan15.7%
Magenta29.1%
Yellow0.0%
Key (black)12.5%
Color previews
#bc9edf text on a black background
contrast 9.09:1
Card sample
#bc9edf text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc9edf;
Background color
Panel with #bc9edf background
background-color: #bc9edf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc9edf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 158, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 158, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc9edf; background: linear-gradient(135deg, #bc9edf, #DF9ED7);