#bc9fdb
a light, vivid violet · warm · closest name: plum
RGB
188, 159, 219
HSL
269°, 46%, 74%
CMYK
14, 27, 0, 14
Luminance
0.4060
Every format
| HEX | #bc9fdb |
| RGB | rgb(188, 159, 219) |
| HSL | hsl(269, 46%, 74%) |
| CMYK | cmyk(14%, 27%, 0%, 14%) |
| LAB | lab(69.9 22.1 -26.5) |
| LCH | lch(69.9 34.5 309.8) |
| OKLCH | oklch(0.749 0.090 306.4) |
Copy-ready code
/* CSS */
color: #bc9fdb;
background-color: #bc9fdb;
/* Tailwind (arbitrary) */
class="text-[#bc9fdb] bg-[#bc9fdb]"
/* SCSS */
$brand: #bc9fdb;
/* SwiftUI */
Color(red: 0.737, green: 0.624, blue: 0.859)
/* Android */
Color.parseColor("#bc9fdb")Accessibility — WCAG contrast
Aa
#bc9fdb on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc9fdb on black: 9.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green62.4%
Blue85.9%
CMYK percentages
Cyan14.2%
Magenta27.4%
Yellow0.0%
Key (black)14.1%
Color previews
#bc9fdb text on a black background
contrast 9.12:1
Card sample
#bc9fdb text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc9fdb;
Background color
Panel with #bc9fdb background
background-color: #bc9fdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc9fdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 159, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 159, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc9fdb; background: linear-gradient(135deg, #bc9fdb, #DB9FD2);