#ba69f4
a light, electric violet · warm · closest name: violet
RGB
186, 105, 244
HSL
275°, 86%, 68%
CMYK
24, 57, 0, 4
Luminance
0.2707
Every format
| HEX | #ba69f4 |
| RGB | rgb(186, 105, 244) |
| HSL | hsl(275, 86%, 68%) |
| CMYK | cmyk(24%, 57%, 0%, 4%) |
| LAB | lab(59.0 56.3 -57.3) |
| LCH | lch(59.0 80.3 314.5) |
| OKLCH | oklch(0.671 0.207 308.7) |
Copy-ready code
/* CSS */
color: #ba69f4;
background-color: #ba69f4;
/* Tailwind (arbitrary) */
class="text-[#ba69f4] bg-[#ba69f4]"
/* SCSS */
$brand: #ba69f4;
/* SwiftUI */
Color(red: 0.729, green: 0.412, blue: 0.957)
/* Android */
Color.parseColor("#ba69f4")Accessibility — WCAG contrast
Aa
#ba69f4 on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba69f4 on black: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green41.2%
Blue95.7%
CMYK percentages
Cyan23.8%
Magenta57.0%
Yellow0.0%
Key (black)4.3%
Color previews
#ba69f4 text on a black background
contrast 6.41:1
Card sample
#ba69f4 text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba69f4;
Background color
Panel with #ba69f4 background
background-color: #ba69f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba69f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 105, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 105, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba69f4; background: linear-gradient(135deg, #ba69f4, #F469D1);