#ba72f7
a light, electric violet · warm · closest name: violet
RGB
186, 114, 247
HSL
273°, 89%, 71%
CMYK
25, 54, 0, 3
Luminance
0.2919
Every format
| HEX | #ba72f7 |
| RGB | rgb(186, 114, 247) |
| HSL | hsl(273, 89%, 71%) |
| CMYK | cmyk(25%, 54%, 0%, 3%) |
| LAB | lab(61.0 52.3 -56.0) |
| LCH | lch(61.0 76.6 313.1) |
| OKLCH | oklch(0.685 0.197 306.9) |
Copy-ready code
/* CSS */
color: #ba72f7;
background-color: #ba72f7;
/* Tailwind (arbitrary) */
class="text-[#ba72f7] bg-[#ba72f7]"
/* SCSS */
$brand: #ba72f7;
/* SwiftUI */
Color(red: 0.729, green: 0.447, blue: 0.969)
/* Android */
Color.parseColor("#ba72f7")Accessibility — WCAG contrast
Aa
#ba72f7 on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba72f7 on black: 6.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green44.7%
Blue96.9%
CMYK percentages
Cyan24.7%
Magenta53.8%
Yellow0.0%
Key (black)3.1%
Color previews
#ba72f7 text on a black background
contrast 6.84:1
Card sample
#ba72f7 text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba72f7;
Background color
Panel with #ba72f7 background
background-color: #ba72f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba72f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 114, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 114, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba72f7; background: linear-gradient(135deg, #ba72f7, #F772DB);