#bc90cf
a light, soft violet · warm · closest name: plum
RGB
188, 144, 207
HSL
282°, 40%, 69%
CMYK
9, 30, 0, 19
Luminance
0.3514
Every format
| HEX | #bc90cf |
| RGB | rgb(188, 144, 207) |
| HSL | hsl(282, 40%, 69%) |
| CMYK | cmyk(9%, 30%, 0%, 19%) |
| LAB | lab(65.9 27.9 -26.0) |
| LCH | lch(65.9 38.2 317.0) |
| OKLCH | oklch(0.717 0.101 315.4) |
Copy-ready code
/* CSS */
color: #bc90cf;
background-color: #bc90cf;
/* Tailwind (arbitrary) */
class="text-[#bc90cf] bg-[#bc90cf]"
/* SCSS */
$brand: #bc90cf;
/* SwiftUI */
Color(red: 0.737, green: 0.565, blue: 0.812)
/* Android */
Color.parseColor("#bc90cf")Accessibility — WCAG contrast
Aa
#bc90cf on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc90cf on black: 8.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green56.5%
Blue81.2%
CMYK percentages
Cyan9.2%
Magenta30.4%
Yellow0.0%
Key (black)18.8%
Color previews
#bc90cf text on a black background
contrast 8.03:1
Card sample
#bc90cf text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc90cf;
Background color
Panel with #bc90cf background
background-color: #bc90cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc90cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 144, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 144, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc90cf; background: linear-gradient(135deg, #bc90cf, #CF90B8);