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