#ba74fd
a light, electric violet · warm · closest name: violet
RGB
186, 116, 253
HSL
271°, 97%, 72%
CMYK
27, 54, 0, 1
Luminance
0.3002
Every format
| HEX | #ba74fd |
| RGB | rgb(186, 116, 253) |
| HSL | hsl(271, 97%, 72%) |
| CMYK | cmyk(27%, 54%, 0%, 1%) |
| LAB | lab(61.7 52.6 -58.1) |
| LCH | lch(61.7 78.4 312.2) |
| OKLCH | oklch(0.692 0.201 305.4) |
Copy-ready code
/* CSS */
color: #ba74fd;
background-color: #ba74fd;
/* Tailwind (arbitrary) */
class="text-[#ba74fd] bg-[#ba74fd]"
/* SCSS */
$brand: #ba74fd;
/* SwiftUI */
Color(red: 0.729, green: 0.455, blue: 0.992)
/* Android */
Color.parseColor("#ba74fd")Accessibility — WCAG contrast
Aa
#ba74fd on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba74fd on black: 7.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green45.5%
Blue99.2%
CMYK percentages
Cyan26.5%
Magenta54.2%
Yellow0.0%
Key (black)0.8%
Color previews
#ba74fd text on a black background
contrast 7.00:1
Card sample
#ba74fd text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba74fd;
Background color
Panel with #ba74fd background
background-color: #ba74fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba74fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 116, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 116, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba74fd; background: linear-gradient(135deg, #ba74fd, #FD74E5);