#bc90bd
a light, soft magenta / pink · warm · closest name: plum
RGB
188, 144, 189
HSL
299°, 25%, 65%
CMYK
1, 24, 0, 26
Luminance
0.3431
Every format
| HEX | #bc90bd |
| RGB | rgb(188, 144, 189) |
| HSL | hsl(299, 25%, 65%) |
| CMYK | cmyk(1%, 24%, 0%, 26%) |
| LAB | lab(65.2 24.3 -17.0) |
| LCH | lch(65.2 29.7 325.1) |
| OKLCH | oklch(0.710 0.081 325.7) |
Copy-ready code
/* CSS */
color: #bc90bd;
background-color: #bc90bd;
/* Tailwind (arbitrary) */
class="text-[#bc90bd] bg-[#bc90bd]"
/* SCSS */
$brand: #bc90bd;
/* SwiftUI */
Color(red: 0.737, green: 0.565, blue: 0.741)
/* Android */
Color.parseColor("#bc90bd")Accessibility — WCAG contrast
Aa
#bc90bd on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc90bd on black: 7.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green56.5%
Blue74.1%
CMYK percentages
Cyan0.5%
Magenta23.8%
Yellow0.0%
Key (black)25.9%
Color previews
#bc90bd text on a black background
contrast 7.86:1
Card sample
#bc90bd text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc90bd;
Background color
Panel with #bc90bd background
background-color: #bc90bd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc90bd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 144, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 144, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc90bd; background: linear-gradient(135deg, #bc90bd, #BD90A0);