#b769eb
a light, electric violet · warm · closest name: orchid
RGB
183, 105, 235
HSL
276°, 77%, 67%
CMYK
22, 55, 0, 8
Luminance
0.2617
Every format
| HEX | #b769eb |
| RGB | rgb(183, 105, 235) |
| HSL | hsl(276, 77%, 67%) |
| CMYK | cmyk(22%, 55%, 0%, 8%) |
| LAB | lab(58.2 53.5 -53.7) |
| LCH | lch(58.2 75.8 314.9) |
| OKLCH | oklch(0.662 0.196 309.8) |
Copy-ready code
/* CSS */
color: #b769eb;
background-color: #b769eb;
/* Tailwind (arbitrary) */
class="text-[#b769eb] bg-[#b769eb]"
/* SCSS */
$brand: #b769eb;
/* SwiftUI */
Color(red: 0.718, green: 0.412, blue: 0.922)
/* Android */
Color.parseColor("#b769eb")Accessibility — WCAG contrast
Aa
#b769eb on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b769eb on black: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green41.2%
Blue92.2%
CMYK percentages
Cyan22.1%
Magenta55.3%
Yellow0.0%
Key (black)7.8%
Color previews
#b769eb text on a black background
contrast 6.23:1
Card sample
#b769eb text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b769eb;
Background color
Panel with #b769eb background
background-color: #b769eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b769eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 105, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 105, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b769eb; background: linear-gradient(135deg, #b769eb, #EB69C8);