#ba72cf
a balanced, vivid violet · warm · closest name: orchid
RGB
186, 114, 207
HSL
287°, 49%, 63%
CMYK
10, 45, 0, 19
Luminance
0.2698
Every format
| HEX | #ba72cf |
| RGB | rgb(186, 114, 207) |
| HSL | hsl(287, 49%, 63%) |
| CMYK | cmyk(10%, 45%, 0%, 19%) |
| LAB | lab(59.0 43.7 -36.8) |
| LCH | lch(59.0 57.1 319.9) |
| OKLCH | oklch(0.664 0.153 318.3) |
Copy-ready code
/* CSS */
color: #ba72cf;
background-color: #ba72cf;
/* Tailwind (arbitrary) */
class="text-[#ba72cf] bg-[#ba72cf]"
/* SCSS */
$brand: #ba72cf;
/* SwiftUI */
Color(red: 0.729, green: 0.447, blue: 0.812)
/* Android */
Color.parseColor("#ba72cf")Accessibility — WCAG contrast
Aa
#ba72cf on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba72cf on black: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green44.7%
Blue81.2%
CMYK percentages
Cyan10.1%
Magenta44.9%
Yellow0.0%
Key (black)18.8%
Color previews
#ba72cf text on a black background
contrast 6.40:1
Card sample
#ba72cf text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba72cf;
Background color
Panel with #ba72cf background
background-color: #ba72cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba72cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 114, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 114, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba72cf; background: linear-gradient(135deg, #ba72cf, #CF72A6);