#b779eb
a light, vivid violet · warm · closest name: orchid
RGB
183, 121, 235
HSL
273°, 74%, 70%
CMYK
22, 49, 0, 8
Luminance
0.2974
Every format
| HEX | #b779eb |
| RGB | rgb(183, 121, 235) |
| HSL | hsl(273, 74%, 70%) |
| CMYK | cmyk(22%, 49%, 0%, 8%) |
| LAB | lab(61.4 45.1 -48.6) |
| LCH | lch(61.4 66.3 312.9) |
| OKLCH | oklch(0.686 0.172 307.6) |
Copy-ready code
/* CSS */
color: #b779eb;
background-color: #b779eb;
/* Tailwind (arbitrary) */
class="text-[#b779eb] bg-[#b779eb]"
/* SCSS */
$brand: #b779eb;
/* SwiftUI */
Color(red: 0.718, green: 0.475, blue: 0.922)
/* Android */
Color.parseColor("#b779eb")Accessibility — WCAG contrast
Aa
#b779eb on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b779eb on black: 6.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green47.5%
Blue92.2%
CMYK percentages
Cyan22.1%
Magenta48.5%
Yellow0.0%
Key (black)7.8%
Color previews
#b779eb text on a black background
contrast 6.95:1
Card sample
#b779eb text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b779eb;
Background color
Panel with #b779eb background
background-color: #b779eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b779eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 121, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 121, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b779eb; background: linear-gradient(135deg, #b779eb, #EB79D3);