#bc90b2
a light, soft magenta / pink · warm · closest name: plum
RGB
188, 144, 178
HSL
314°, 25%, 65%
CMYK
0, 23, 5, 26
Luminance
0.3385
Every format
| HEX | #bc90b2 |
| RGB | rgb(188, 144, 178) |
| HSL | hsl(314, 25%, 65%) |
| CMYK | cmyk(0%, 23%, 5%, 26%) |
| LAB | lab(64.8 22.3 -11.3) |
| LCH | lch(64.8 25.0 333.0) |
| OKLCH | oklch(0.706 0.070 334.5) |
Copy-ready code
/* CSS */
color: #bc90b2;
background-color: #bc90b2;
/* Tailwind (arbitrary) */
class="text-[#bc90b2] bg-[#bc90b2]"
/* SCSS */
$brand: #bc90b2;
/* SwiftUI */
Color(red: 0.737, green: 0.565, blue: 0.698)
/* Android */
Color.parseColor("#bc90b2")Accessibility — WCAG contrast
Aa
#bc90b2 on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc90b2 on black: 7.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green56.5%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta23.4%
Yellow5.3%
Key (black)26.3%
Color previews
#bc90b2 text on a black background
contrast 7.77:1
Card sample
#bc90b2 text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc90b2;
Background color
Panel with #bc90b2 background
background-color: #bc90b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc90b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 144, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 144, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc90b2; background: linear-gradient(135deg, #bc90b2, #BC9095);