#bc75eb
a light, vivid violet · warm · closest name: orchid
RGB
188, 117, 235
HSL
276°, 75%, 69%
CMYK
20, 50, 0, 8
Luminance
0.2941
Every format
| HEX | #bc75eb |
| RGB | rgb(188, 117, 235) |
| HSL | hsl(276, 75%, 69%) |
| CMYK | cmyk(20%, 50%, 0%, 8%) |
| LAB | lab(61.1 48.6 -49.0) |
| LCH | lch(61.1 69.0 314.8) |
| OKLCH | oklch(0.685 0.179 310.3) |
Copy-ready code
/* CSS */
color: #bc75eb;
background-color: #bc75eb;
/* Tailwind (arbitrary) */
class="text-[#bc75eb] bg-[#bc75eb]"
/* SCSS */
$brand: #bc75eb;
/* SwiftUI */
Color(red: 0.737, green: 0.459, blue: 0.922)
/* Android */
Color.parseColor("#bc75eb")Accessibility — WCAG contrast
Aa
#bc75eb on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc75eb on black: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green45.9%
Blue92.2%
CMYK percentages
Cyan20.0%
Magenta50.2%
Yellow0.0%
Key (black)7.8%
Color previews
#bc75eb text on a black background
contrast 6.88:1
Card sample
#bc75eb text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc75eb;
Background color
Panel with #bc75eb background
background-color: #bc75eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc75eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 117, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 117, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc75eb; background: linear-gradient(135deg, #bc75eb, #EB75CB);