#ba72cc
a balanced, vivid violet · warm · closest name: orchid
RGB
186, 114, 204
HSL
288°, 47%, 62%
CMYK
9, 44, 0, 20
Luminance
0.2683
Every format
| HEX | #ba72cc |
| RGB | rgb(186, 114, 204) |
| HSL | hsl(288, 47%, 62%) |
| CMYK | cmyk(9%, 44%, 0%, 20%) |
| LAB | lab(58.8 43.1 -35.3) |
| LCH | lch(58.8 55.7 320.7) |
| OKLCH | oklch(0.663 0.149 319.4) |
Copy-ready code
/* CSS */
color: #ba72cc;
background-color: #ba72cc;
/* Tailwind (arbitrary) */
class="text-[#ba72cc] bg-[#ba72cc]"
/* SCSS */
$brand: #ba72cc;
/* SwiftUI */
Color(red: 0.729, green: 0.447, blue: 0.800)
/* Android */
Color.parseColor("#ba72cc")Accessibility — WCAG contrast
Aa
#ba72cc on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba72cc on black: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green44.7%
Blue80.0%
CMYK percentages
Cyan8.8%
Magenta44.1%
Yellow0.0%
Key (black)20.0%
Color previews
#ba72cc text on a black background
contrast 6.37:1
Card sample
#ba72cc text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba72cc;
Background color
Panel with #ba72cc background
background-color: #ba72cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba72cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 114, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 114, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba72cc; background: linear-gradient(135deg, #ba72cc, #CC72A2);