#ba62cd
a balanced, vivid violet · warm · closest name: orchid
RGB
186, 98, 205
HSL
289°, 52%, 59%
CMYK
9, 52, 0, 20
Luminance
0.2358
Every format
| HEX | #ba62cd |
| RGB | rgb(186, 98, 205) |
| HSL | hsl(289, 52%, 59%) |
| CMYK | cmyk(9%, 52%, 0%, 20%) |
| LAB | lab(55.7 51.6 -40.8) |
| LCH | lch(55.7 65.8 321.7) |
| OKLCH | oklch(0.639 0.177 320.3) |
Copy-ready code
/* CSS */
color: #ba62cd;
background-color: #ba62cd;
/* Tailwind (arbitrary) */
class="text-[#ba62cd] bg-[#ba62cd]"
/* SCSS */
$brand: #ba62cd;
/* SwiftUI */
Color(red: 0.729, green: 0.384, blue: 0.804)
/* Android */
Color.parseColor("#ba62cd")Accessibility — WCAG contrast
Aa
#ba62cd on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba62cd on black: 5.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green38.4%
Blue80.4%
CMYK percentages
Cyan9.3%
Magenta52.2%
Yellow0.0%
Key (black)19.6%
Color previews
#ba62cd text on a black background
contrast 5.72:1
Card sample
#ba62cd text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba62cd;
Background color
Panel with #ba62cd background
background-color: #ba62cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba62cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 98, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 98, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba62cd; background: linear-gradient(135deg, #ba62cd, #CD6299);