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