#bc9ddf
a light, vivid violet · warm · closest name: plum
RGB
188, 157, 223
HSL
268°, 51%, 75%
CMYK
16, 30, 0, 13
Luminance
0.4013
Every format
| HEX | #bc9ddf |
| RGB | rgb(188, 157, 223) |
| HSL | hsl(268, 51%, 75%) |
| CMYK | cmyk(16%, 30%, 0%, 13%) |
| LAB | lab(69.6 24.1 -29.2) |
| LCH | lch(69.6 37.8 309.5) |
| OKLCH | oklch(0.747 0.099 305.6) |
Copy-ready code
/* CSS */
color: #bc9ddf;
background-color: #bc9ddf;
/* Tailwind (arbitrary) */
class="text-[#bc9ddf] bg-[#bc9ddf]"
/* SCSS */
$brand: #bc9ddf;
/* SwiftUI */
Color(red: 0.737, green: 0.616, blue: 0.875)
/* Android */
Color.parseColor("#bc9ddf")Accessibility — WCAG contrast
Aa
#bc9ddf on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc9ddf on black: 9.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green61.6%
Blue87.5%
CMYK percentages
Cyan15.7%
Magenta29.6%
Yellow0.0%
Key (black)12.5%
Color previews
#bc9ddf text on a black background
contrast 9.03:1
Card sample
#bc9ddf text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc9ddf;
Background color
Panel with #bc9ddf background
background-color: #bc9ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc9ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 157, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 157, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc9ddf; background: linear-gradient(135deg, #bc9ddf, #DF9DD6);