#ba79eb
a light, vivid violet · warm · closest name: orchid
RGB
186, 121, 235
HSL
274°, 74%, 70%
CMYK
21, 49, 0, 8
Luminance
0.3011
Every format
| HEX | #ba79eb |
| RGB | rgb(186, 121, 235) |
| HSL | hsl(274, 74%, 70%) |
| CMYK | cmyk(21%, 49%, 0%, 8%) |
| LAB | lab(61.8 45.9 -48.0) |
| LCH | lch(61.8 66.5 313.7) |
| OKLCH | oklch(0.689 0.172 308.9) |
Copy-ready code
/* CSS */
color: #ba79eb;
background-color: #ba79eb;
/* Tailwind (arbitrary) */
class="text-[#ba79eb] bg-[#ba79eb]"
/* SCSS */
$brand: #ba79eb;
/* SwiftUI */
Color(red: 0.729, green: 0.475, blue: 0.922)
/* Android */
Color.parseColor("#ba79eb")Accessibility — WCAG contrast
Aa
#ba79eb on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba79eb on black: 7.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green47.5%
Blue92.2%
CMYK percentages
Cyan20.9%
Magenta48.5%
Yellow0.0%
Key (black)7.8%
Color previews
#ba79eb text on a black background
contrast 7.02:1
Card sample
#ba79eb text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba79eb;
Background color
Panel with #ba79eb background
background-color: #ba79eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba79eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 121, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 121, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba79eb; background: linear-gradient(135deg, #ba79eb, #EB79D0);