#bc88eb
a light, vivid violet · warm · closest name: orchid
RGB
188, 136, 235
HSL
272°, 71%, 73%
CMYK
20, 42, 0, 8
Luminance
0.3430
Every format
| HEX | #bc88eb |
| RGB | rgb(188, 136, 235) |
| HSL | hsl(272, 71%, 73%) |
| CMYK | cmyk(20%, 42%, 0%, 8%) |
| LAB | lab(65.2 38.4 -42.6) |
| LCH | lch(65.2 57.3 312.0) |
| OKLCH | oklch(0.716 0.149 307.2) |
Copy-ready code
/* CSS */
color: #bc88eb;
background-color: #bc88eb;
/* Tailwind (arbitrary) */
class="text-[#bc88eb] bg-[#bc88eb]"
/* SCSS */
$brand: #bc88eb;
/* SwiftUI */
Color(red: 0.737, green: 0.533, blue: 0.922)
/* Android */
Color.parseColor("#bc88eb")Accessibility — WCAG contrast
Aa
#bc88eb on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc88eb on black: 7.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green53.3%
Blue92.2%
CMYK percentages
Cyan20.0%
Magenta42.1%
Yellow0.0%
Key (black)7.8%
Color previews
#bc88eb text on a black background
contrast 7.86:1
Card sample
#bc88eb text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc88eb;
Background color
Panel with #bc88eb background
background-color: #bc88eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc88eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 136, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 136, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc88eb; background: linear-gradient(135deg, #bc88eb, #EB88D8);