#bc9ccf
a light, soft violet · warm · closest name: plum
RGB
188, 156, 207
HSL
278°, 35%, 71%
CMYK
9, 25, 0, 19
Luminance
0.3897
Every format
| HEX | #bc9ccf |
| RGB | rgb(188, 156, 207) |
| HSL | hsl(278, 35%, 71%) |
| CMYK | cmyk(9%, 25%, 0%, 19%) |
| LAB | lab(68.7 21.2 -21.6) |
| LCH | lch(68.7 30.3 314.5) |
| OKLCH | oklch(0.739 0.080 312.7) |
Copy-ready code
/* CSS */
color: #bc9ccf;
background-color: #bc9ccf;
/* Tailwind (arbitrary) */
class="text-[#bc9ccf] bg-[#bc9ccf]"
/* SCSS */
$brand: #bc9ccf;
/* SwiftUI */
Color(red: 0.737, green: 0.612, blue: 0.812)
/* Android */
Color.parseColor("#bc9ccf")Accessibility — WCAG contrast
Aa
#bc9ccf on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc9ccf on black: 8.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green61.2%
Blue81.2%
CMYK percentages
Cyan9.2%
Magenta24.6%
Yellow0.0%
Key (black)18.8%
Color previews
#bc9ccf text on a black background
contrast 8.79:1
Card sample
#bc9ccf text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc9ccf;
Background color
Panel with #bc9ccf background
background-color: #bc9ccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc9ccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 156, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 156, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc9ccf; background: linear-gradient(135deg, #bc9ccf, #CF9CC0);