#ba6cdb
a balanced, vivid violet · warm · closest name: orchid
RGB
186, 108, 219
HSL
282°, 61%, 64%
CMYK
15, 51, 0, 14
Luminance
0.2628
Every format
| HEX | #ba6cdb |
| RGB | rgb(186, 108, 219) |
| HSL | hsl(282, 61%, 64%) |
| CMYK | cmyk(15%, 51%, 0%, 14%) |
| LAB | lab(58.3 49.4 -44.5) |
| LCH | lch(58.3 66.5 317.9) |
| OKLCH | oklch(0.661 0.175 315.0) |
Copy-ready code
/* CSS */
color: #ba6cdb;
background-color: #ba6cdb;
/* Tailwind (arbitrary) */
class="text-[#ba6cdb] bg-[#ba6cdb]"
/* SCSS */
$brand: #ba6cdb;
/* SwiftUI */
Color(red: 0.729, green: 0.424, blue: 0.859)
/* Android */
Color.parseColor("#ba6cdb")Accessibility — WCAG contrast
Aa
#ba6cdb on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba6cdb on black: 6.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green42.4%
Blue85.9%
CMYK percentages
Cyan15.1%
Magenta50.7%
Yellow0.0%
Key (black)14.1%
Color previews
#ba6cdb text on a black background
contrast 6.26:1
Card sample
#ba6cdb text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba6cdb;
Background color
Panel with #ba6cdb background
background-color: #ba6cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba6cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 108, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 108, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba6cdb; background: linear-gradient(135deg, #ba6cdb, #DB6CB2);