#bc90ed
a light, vivid violet · warm · closest name: plum
RGB
188, 144, 237
HSL
268°, 72%, 75%
CMYK
21, 39, 0, 7
Luminance
0.3675
Every format
| HEX | #bc90ed |
| RGB | rgb(188, 144, 237) |
| HSL | hsl(268, 72%, 75%) |
| CMYK | cmyk(21%, 39%, 0%, 7%) |
| LAB | lab(67.1 34.4 -40.7) |
| LCH | lch(67.1 53.3 310.2) |
| OKLCH | oklch(0.730 0.138 305.0) |
Copy-ready code
/* CSS */
color: #bc90ed;
background-color: #bc90ed;
/* Tailwind (arbitrary) */
class="text-[#bc90ed] bg-[#bc90ed]"
/* SCSS */
$brand: #bc90ed;
/* SwiftUI */
Color(red: 0.737, green: 0.565, blue: 0.929)
/* Android */
Color.parseColor("#bc90ed")Accessibility — WCAG contrast
Aa
#bc90ed on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc90ed on black: 8.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green56.5%
Blue92.9%
CMYK percentages
Cyan20.7%
Magenta39.2%
Yellow0.0%
Key (black)7.1%
Color previews
#bc90ed text on a black background
contrast 8.35:1
Card sample
#bc90ed text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc90ed;
Background color
Panel with #bc90ed background
background-color: #bc90ed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc90ed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 144, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 144, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc90ed; background: linear-gradient(135deg, #bc90ed, #ED90E0);