#ba74f0
a light, electric violet · warm · closest name: orchid
RGB
186, 116, 240
HSL
274°, 81%, 70%
CMYK
23, 52, 0, 6
Luminance
0.2922
Every format
| HEX | #ba74f0 |
| RGB | rgb(186, 116, 240) |
| HSL | hsl(274, 81%, 70%) |
| CMYK | cmyk(23%, 52%, 0%, 6%) |
| LAB | lab(61.0 49.7 -52.0) |
| LCH | lch(61.0 72.0 313.7) |
| OKLCH | oklch(0.684 0.186 308.3) |
Copy-ready code
/* CSS */
color: #ba74f0;
background-color: #ba74f0;
/* Tailwind (arbitrary) */
class="text-[#ba74f0] bg-[#ba74f0]"
/* SCSS */
$brand: #ba74f0;
/* SwiftUI */
Color(red: 0.729, green: 0.455, blue: 0.941)
/* Android */
Color.parseColor("#ba74f0")Accessibility — WCAG contrast
Aa
#ba74f0 on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba74f0 on black: 6.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green45.5%
Blue94.1%
CMYK percentages
Cyan22.5%
Magenta51.7%
Yellow0.0%
Key (black)5.9%
Color previews
#ba74f0 text on a black background
contrast 6.84:1
Card sample
#ba74f0 text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba74f0;
Background color
Panel with #ba74f0 background
background-color: #ba74f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba74f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 116, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 116, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba74f0; background: linear-gradient(135deg, #ba74f0, #F074D3);