#ba72f0
a light, electric violet · warm · closest name: orchid
RGB
186, 114, 240
HSL
274°, 81%, 69%
CMYK
23, 53, 0, 6
Luminance
0.2877
Every format
| HEX | #ba72f0 |
| RGB | rgb(186, 114, 240) |
| HSL | hsl(274, 81%, 69%) |
| CMYK | cmyk(23%, 53%, 0%, 6%) |
| LAB | lab(60.6 50.8 -52.7) |
| LCH | lch(60.6 73.2 313.9) |
| OKLCH | oklch(0.681 0.189 308.6) |
Copy-ready code
/* CSS */
color: #ba72f0;
background-color: #ba72f0;
/* Tailwind (arbitrary) */
class="text-[#ba72f0] bg-[#ba72f0]"
/* SCSS */
$brand: #ba72f0;
/* SwiftUI */
Color(red: 0.729, green: 0.447, blue: 0.941)
/* Android */
Color.parseColor("#ba72f0")Accessibility — WCAG contrast
Aa
#ba72f0 on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba72f0 on black: 6.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green44.7%
Blue94.1%
CMYK percentages
Cyan22.5%
Magenta52.5%
Yellow0.0%
Key (black)5.9%
Color previews
#ba72f0 text on a black background
contrast 6.75:1
Card sample
#ba72f0 text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba72f0;
Background color
Panel with #ba72f0 background
background-color: #ba72f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba72f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 114, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 114, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba72f0; background: linear-gradient(135deg, #ba72f0, #F072D2);