#bc90df
a light, vivid violet · warm · closest name: plum
RGB
188, 144, 223
HSL
273°, 55%, 72%
CMYK
16, 35, 0, 13
Luminance
0.3597
Every format
| HEX | #bc90df |
| RGB | rgb(188, 144, 223) |
| HSL | hsl(273, 55%, 72%) |
| CMYK | cmyk(16%, 35%, 0%, 13%) |
| LAB | lab(66.5 31.3 -33.9) |
| LCH | lch(66.5 46.2 312.7) |
| OKLCH | oklch(0.724 0.121 309.2) |
Copy-ready code
/* CSS */
color: #bc90df;
background-color: #bc90df;
/* Tailwind (arbitrary) */
class="text-[#bc90df] bg-[#bc90df]"
/* SCSS */
$brand: #bc90df;
/* SwiftUI */
Color(red: 0.737, green: 0.565, blue: 0.875)
/* Android */
Color.parseColor("#bc90df")Accessibility — WCAG contrast
Aa
#bc90df on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc90df on black: 8.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green56.5%
Blue87.5%
CMYK percentages
Cyan15.7%
Magenta35.4%
Yellow0.0%
Key (black)12.5%
Color previews
#bc90df text on a black background
contrast 8.19:1
Card sample
#bc90df text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc90df;
Background color
Panel with #bc90df background
background-color: #bc90df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc90df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 144, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 144, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc90df; background: linear-gradient(135deg, #bc90df, #DF90CD);