#ba74f7
a light, electric violet · warm · closest name: violet
RGB
186, 116, 247
HSL
272°, 89%, 71%
CMYK
25, 53, 0, 3
Luminance
0.2965
Every format
| HEX | #ba74f7 |
| RGB | rgb(186, 116, 247) |
| HSL | hsl(272, 89%, 71%) |
| CMYK | cmyk(25%, 53%, 0%, 3%) |
| LAB | lab(61.4 51.3 -55.3) |
| LCH | lch(61.4 75.4 312.8) |
| OKLCH | oklch(0.688 0.194 306.7) |
Copy-ready code
/* CSS */
color: #ba74f7;
background-color: #ba74f7;
/* Tailwind (arbitrary) */
class="text-[#ba74f7] bg-[#ba74f7]"
/* SCSS */
$brand: #ba74f7;
/* SwiftUI */
Color(red: 0.729, green: 0.455, blue: 0.969)
/* Android */
Color.parseColor("#ba74f7")Accessibility — WCAG contrast
Aa
#ba74f7 on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba74f7 on black: 6.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green45.5%
Blue96.9%
CMYK percentages
Cyan24.7%
Magenta53.0%
Yellow0.0%
Key (black)3.1%
Color previews
#ba74f7 text on a black background
contrast 6.93:1
Card sample
#ba74f7 text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba74f7;
Background color
Panel with #ba74f7 background
background-color: #ba74f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba74f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 116, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 116, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba74f7; background: linear-gradient(135deg, #ba74f7, #F774DD);