#bc65eb
a light, electric violet · warm · closest name: orchid
RGB
188, 101, 235
HSL
279°, 77%, 66%
CMYK
20, 57, 0, 8
Luminance
0.2600
Every format
| HEX | #bc65eb |
| RGB | rgb(188, 101, 235) |
| HSL | hsl(279, 77%, 66%) |
| CMYK | cmyk(20%, 57%, 0%, 8%) |
| LAB | lab(58.0 56.8 -53.9) |
| LCH | lch(58.0 78.3 316.5) |
| OKLCH | oklch(0.662 0.204 312.1) |
Copy-ready code
/* CSS */
color: #bc65eb;
background-color: #bc65eb;
/* Tailwind (arbitrary) */
class="text-[#bc65eb] bg-[#bc65eb]"
/* SCSS */
$brand: #bc65eb;
/* SwiftUI */
Color(red: 0.737, green: 0.396, blue: 0.922)
/* Android */
Color.parseColor("#bc65eb")Accessibility — WCAG contrast
Aa
#bc65eb on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc65eb on black: 6.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green39.6%
Blue92.2%
CMYK percentages
Cyan20.0%
Magenta57.0%
Yellow0.0%
Key (black)7.8%
Color previews
#bc65eb text on a black background
contrast 6.20:1
Card sample
#bc65eb text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc65eb;
Background color
Panel with #bc65eb background
background-color: #bc65eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc65eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 101, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 101, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc65eb; background: linear-gradient(135deg, #bc65eb, #EB65C1);