#ba74f4
a light, electric violet · warm · closest name: violet
RGB
186, 116, 244
HSL
273°, 85%, 71%
CMYK
24, 53, 0, 4
Luminance
0.2946
Every format
| HEX | #ba74f4 |
| RGB | rgb(186, 116, 244) |
| HSL | hsl(273, 85%, 71%) |
| CMYK | cmyk(24%, 53%, 0%, 4%) |
| LAB | lab(61.2 50.6 -53.9) |
| LCH | lch(61.2 73.9 313.2) |
| OKLCH | oklch(0.687 0.191 307.4) |
Copy-ready code
/* CSS */
color: #ba74f4;
background-color: #ba74f4;
/* Tailwind (arbitrary) */
class="text-[#ba74f4] bg-[#ba74f4]"
/* SCSS */
$brand: #ba74f4;
/* SwiftUI */
Color(red: 0.729, green: 0.455, blue: 0.957)
/* Android */
Color.parseColor("#ba74f4")Accessibility — WCAG contrast
Aa
#ba74f4 on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba74f4 on black: 6.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green45.5%
Blue95.7%
CMYK percentages
Cyan23.8%
Magenta52.5%
Yellow0.0%
Key (black)4.3%
Color previews
#ba74f4 text on a black background
contrast 6.89:1
Card sample
#ba74f4 text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba74f4;
Background color
Panel with #ba74f4 background
background-color: #ba74f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba74f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 116, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 116, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba74f4; background: linear-gradient(135deg, #ba74f4, #F474D9);