#ba74f3
a light, electric violet · warm · closest name: violet
RGB
186, 116, 243
HSL
273°, 84%, 70%
CMYK
24, 52, 0, 5
Luminance
0.2940
Every format
| HEX | #ba74f3 |
| RGB | rgb(186, 116, 243) |
| HSL | hsl(273, 84%, 70%) |
| CMYK | cmyk(24%, 52%, 0%, 5%) |
| LAB | lab(61.1 50.4 -53.5) |
| LCH | lch(61.1 73.5 313.3) |
| OKLCH | oklch(0.686 0.189 307.6) |
Copy-ready code
/* CSS */
color: #ba74f3;
background-color: #ba74f3;
/* Tailwind (arbitrary) */
class="text-[#ba74f3] bg-[#ba74f3]"
/* SCSS */
$brand: #ba74f3;
/* SwiftUI */
Color(red: 0.729, green: 0.455, blue: 0.953)
/* Android */
Color.parseColor("#ba74f3")Accessibility — WCAG contrast
Aa
#ba74f3 on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba74f3 on black: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green45.5%
Blue95.3%
CMYK percentages
Cyan23.5%
Magenta52.3%
Yellow0.0%
Key (black)4.7%
Color previews
#ba74f3 text on a black background
contrast 6.88:1
Card sample
#ba74f3 text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba74f3;
Background color
Panel with #ba74f3 background
background-color: #ba74f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba74f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 116, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 116, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba74f3; background: linear-gradient(135deg, #ba74f3, #F374D7);