#ba74cd
a balanced, vivid violet · warm · closest name: orchid
RGB
186, 116, 205
HSL
287°, 47%, 63%
CMYK
9, 43, 0, 20
Luminance
0.2734
Every format
| HEX | #ba74cd |
| RGB | rgb(186, 116, 205) |
| HSL | hsl(287, 47%, 63%) |
| CMYK | cmyk(9%, 43%, 0%, 20%) |
| LAB | lab(59.3 42.3 -35.1) |
| LCH | lch(59.3 54.9 320.3) |
| OKLCH | oklch(0.666 0.147 318.8) |
Copy-ready code
/* CSS */
color: #ba74cd;
background-color: #ba74cd;
/* Tailwind (arbitrary) */
class="text-[#ba74cd] bg-[#ba74cd]"
/* SCSS */
$brand: #ba74cd;
/* SwiftUI */
Color(red: 0.729, green: 0.455, blue: 0.804)
/* Android */
Color.parseColor("#ba74cd")Accessibility — WCAG contrast
Aa
#ba74cd on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba74cd on black: 6.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green45.5%
Blue80.4%
CMYK percentages
Cyan9.3%
Magenta43.4%
Yellow0.0%
Key (black)19.6%
Color previews
#ba74cd text on a black background
contrast 6.47:1
Card sample
#ba74cd text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba74cd;
Background color
Panel with #ba74cd background
background-color: #ba74cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba74cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 116, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 116, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba74cd; background: linear-gradient(135deg, #ba74cd, #CD74A5);