#ba60cd
a balanced, vivid violet · warm · closest name: orchid
RGB
186, 96, 205
HSL
290°, 52%, 59%
CMYK
9, 53, 0, 20
Luminance
0.2321
Every format
| HEX | #ba60cd |
| RGB | rgb(186, 96, 205) |
| HSL | hsl(290, 52%, 59%) |
| CMYK | cmyk(9%, 53%, 0%, 20%) |
| LAB | lab(55.3 52.6 -41.4) |
| LCH | lch(55.3 66.9 321.8) |
| OKLCH | oklch(0.637 0.180 320.4) |
Copy-ready code
/* CSS */
color: #ba60cd;
background-color: #ba60cd;
/* Tailwind (arbitrary) */
class="text-[#ba60cd] bg-[#ba60cd]"
/* SCSS */
$brand: #ba60cd;
/* SwiftUI */
Color(red: 0.729, green: 0.376, blue: 0.804)
/* Android */
Color.parseColor("#ba60cd")Accessibility — WCAG contrast
Aa
#ba60cd on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba60cd on black: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green37.6%
Blue80.4%
CMYK percentages
Cyan9.3%
Magenta53.2%
Yellow0.0%
Key (black)19.6%
Color previews
#ba60cd text on a black background
contrast 5.64:1
Card sample
#ba60cd text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba60cd;
Background color
Panel with #ba60cd background
background-color: #ba60cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba60cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 96, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 96, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba60cd; background: linear-gradient(135deg, #ba60cd, #CD6097);