#bc85eb
a light, vivid violet · warm · closest name: orchid
RGB
188, 133, 235
HSL
272°, 72%, 72%
CMYK
20, 43, 0, 8
Luminance
0.3346
Every format
| HEX | #bc85eb |
| RGB | rgb(188, 133, 235) |
| HSL | hsl(272, 72%, 72%) |
| CMYK | cmyk(20%, 43%, 0%, 8%) |
| LAB | lab(64.5 40.0 -43.6) |
| LCH | lch(64.5 59.2 312.5) |
| OKLCH | oklch(0.711 0.154 307.8) |
Copy-ready code
/* CSS */
color: #bc85eb;
background-color: #bc85eb;
/* Tailwind (arbitrary) */
class="text-[#bc85eb] bg-[#bc85eb]"
/* SCSS */
$brand: #bc85eb;
/* SwiftUI */
Color(red: 0.737, green: 0.522, blue: 0.922)
/* Android */
Color.parseColor("#bc85eb")Accessibility — WCAG contrast
Aa
#bc85eb on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc85eb on black: 7.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green52.2%
Blue92.2%
CMYK percentages
Cyan20.0%
Magenta43.4%
Yellow0.0%
Key (black)7.8%
Color previews
#bc85eb text on a black background
contrast 7.69:1
Card sample
#bc85eb text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc85eb;
Background color
Panel with #bc85eb background
background-color: #bc85eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc85eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 133, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 133, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc85eb; background: linear-gradient(135deg, #bc85eb, #EB85D6);