#b765eb
a light, electric violet · warm · closest name: orchid
RGB
183, 101, 235
HSL
277°, 77%, 66%
CMYK
22, 57, 0, 8
Luminance
0.2537
Every format
| HEX | #b765eb |
| RGB | rgb(183, 101, 235) |
| HSL | hsl(277, 77%, 66%) |
| CMYK | cmyk(22%, 57%, 0%, 8%) |
| LAB | lab(57.4 55.6 -54.9) |
| LCH | lch(57.4 78.1 315.3) |
| OKLCH | oklch(0.657 0.202 310.2) |
Copy-ready code
/* CSS */
color: #b765eb;
background-color: #b765eb;
/* Tailwind (arbitrary) */
class="text-[#b765eb] bg-[#b765eb]"
/* SCSS */
$brand: #b765eb;
/* SwiftUI */
Color(red: 0.718, green: 0.396, blue: 0.922)
/* Android */
Color.parseColor("#b765eb")Accessibility — WCAG contrast
Aa
#b765eb on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b765eb on black: 6.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green39.6%
Blue92.2%
CMYK percentages
Cyan22.1%
Magenta57.0%
Yellow0.0%
Key (black)7.8%
Color previews
#b765eb text on a black background
contrast 6.07:1
Card sample
#b765eb text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b765eb;
Background color
Panel with #b765eb background
background-color: #b765eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b765eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 101, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 101, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b765eb; background: linear-gradient(135deg, #b765eb, #EB65C6);