#ba69df
a balanced, vivid violet · warm · closest name: orchid
RGB
186, 105, 223
HSL
281°, 65%, 64%
CMYK
17, 53, 0, 13
Luminance
0.2587
Every format
| HEX | #ba69df |
| RGB | rgb(186, 105, 223) |
| HSL | hsl(281, 65%, 64%) |
| CMYK | cmyk(17%, 53%, 0%, 13%) |
| LAB | lab(57.9 51.7 -47.4) |
| LCH | lch(57.9 70.2 317.5) |
| OKLCH | oklch(0.659 0.184 314.1) |
Copy-ready code
/* CSS */
color: #ba69df;
background-color: #ba69df;
/* Tailwind (arbitrary) */
class="text-[#ba69df] bg-[#ba69df]"
/* SCSS */
$brand: #ba69df;
/* SwiftUI */
Color(red: 0.729, green: 0.412, blue: 0.875)
/* Android */
Color.parseColor("#ba69df")Accessibility — WCAG contrast
Aa
#ba69df on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba69df on black: 6.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green41.2%
Blue87.5%
CMYK percentages
Cyan16.6%
Magenta52.9%
Yellow0.0%
Key (black)12.5%
Color previews
#ba69df text on a black background
contrast 6.17:1
Card sample
#ba69df text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba69df;
Background color
Panel with #ba69df background
background-color: #ba69df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba69df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 105, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 105, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba69df; background: linear-gradient(135deg, #ba69df, #DF69B5);