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