#ba79cd
a balanced, vivid violet · warm · closest name: orchid
RGB
186, 121, 205
HSL
286°, 46%, 64%
CMYK
9, 41, 0, 20
Luminance
0.2852
Every format
| HEX | #ba79cd |
| RGB | rgb(186, 121, 205) |
| HSL | hsl(286, 46%, 64%) |
| CMYK | cmyk(9%, 41%, 0%, 20%) |
| LAB | lab(60.4 39.5 -33.4) |
| LCH | lch(60.4 51.8 319.8) |
| OKLCH | oklch(0.674 0.139 318.3) |
Copy-ready code
/* CSS */
color: #ba79cd;
background-color: #ba79cd;
/* Tailwind (arbitrary) */
class="text-[#ba79cd] bg-[#ba79cd]"
/* SCSS */
$brand: #ba79cd;
/* SwiftUI */
Color(red: 0.729, green: 0.475, blue: 0.804)
/* Android */
Color.parseColor("#ba79cd")Accessibility — WCAG contrast
Aa
#ba79cd on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba79cd on black: 6.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green47.5%
Blue80.4%
CMYK percentages
Cyan9.3%
Magenta41.0%
Yellow0.0%
Key (black)19.6%
Color previews
#ba79cd text on a black background
contrast 6.70:1
Card sample
#ba79cd text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba79cd;
Background color
Panel with #ba79cd background
background-color: #ba79cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba79cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 121, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 121, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba79cd; background: linear-gradient(135deg, #ba79cd, #CD79A8);