#bc90ee
a light, vivid violet · warm · closest name: plum
RGB
188, 144, 238
HSL
268°, 73%, 75%
CMYK
21, 40, 0, 7
Luminance
0.3681
Every format
| HEX | #bc90ee |
| RGB | rgb(188, 144, 238) |
| HSL | hsl(268, 73%, 75%) |
| CMYK | cmyk(21%, 40%, 0%, 7%) |
| LAB | lab(67.1 34.6 -41.2) |
| LCH | lch(67.1 53.8 310.0) |
| OKLCH | oklch(0.731 0.139 304.7) |
Copy-ready code
/* CSS */
color: #bc90ee;
background-color: #bc90ee;
/* Tailwind (arbitrary) */
class="text-[#bc90ee] bg-[#bc90ee]"
/* SCSS */
$brand: #bc90ee;
/* SwiftUI */
Color(red: 0.737, green: 0.565, blue: 0.933)
/* Android */
Color.parseColor("#bc90ee")Accessibility — WCAG contrast
Aa
#bc90ee on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc90ee on black: 8.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green56.5%
Blue93.3%
CMYK percentages
Cyan21.0%
Magenta39.5%
Yellow0.0%
Key (black)6.7%
Color previews
#bc90ee text on a black background
contrast 8.36:1
Card sample
#bc90ee text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc90ee;
Background color
Panel with #bc90ee background
background-color: #bc90ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc90ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 144, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 144, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc90ee; background: linear-gradient(135deg, #bc90ee, #EE90E1);