#ba82cd
a light, soft violet · warm · closest name: plum
RGB
186, 130, 205
HSL
285°, 43%, 66%
CMYK
9, 37, 0, 20
Luminance
0.3081
Every format
| HEX | #ba82cd |
| RGB | rgb(186, 130, 205) |
| HSL | hsl(285, 43%, 66%) |
| CMYK | cmyk(9%, 37%, 0%, 20%) |
| LAB | lab(62.4 34.6 -30.4) |
| LCH | lch(62.4 46.0 318.8) |
| OKLCH | oklch(0.689 0.123 317.3) |
Copy-ready code
/* CSS */
color: #ba82cd;
background-color: #ba82cd;
/* Tailwind (arbitrary) */
class="text-[#ba82cd] bg-[#ba82cd]"
/* SCSS */
$brand: #ba82cd;
/* SwiftUI */
Color(red: 0.729, green: 0.510, blue: 0.804)
/* Android */
Color.parseColor("#ba82cd")Accessibility — WCAG contrast
Aa
#ba82cd on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba82cd on black: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green51.0%
Blue80.4%
CMYK percentages
Cyan9.3%
Magenta36.6%
Yellow0.0%
Key (black)19.6%
Color previews
#ba82cd text on a black background
contrast 7.16:1
Card sample
#ba82cd text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba82cd;
Background color
Panel with #ba82cd background
background-color: #ba82cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba82cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 130, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 130, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba82cd; background: linear-gradient(135deg, #ba82cd, #CD82AE);