#ba66df
a balanced, vivid violet · warm · closest name: orchid
RGB
186, 102, 223
HSL
282°, 65%, 64%
CMYK
17, 54, 0, 13
Luminance
0.2527
Every format
| HEX | #ba66df |
| RGB | rgb(186, 102, 223) |
| HSL | hsl(282, 65%, 64%) |
| CMYK | cmyk(17%, 54%, 0%, 13%) |
| LAB | lab(57.3 53.3 -48.3) |
| LCH | lch(57.3 71.9 317.8) |
| OKLCH | oklch(0.655 0.189 314.4) |
Copy-ready code
/* CSS */
color: #ba66df;
background-color: #ba66df;
/* Tailwind (arbitrary) */
class="text-[#ba66df] bg-[#ba66df]"
/* SCSS */
$brand: #ba66df;
/* SwiftUI */
Color(red: 0.729, green: 0.400, blue: 0.875)
/* Android */
Color.parseColor("#ba66df")Accessibility — WCAG contrast
Aa
#ba66df on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba66df on black: 6.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green40.0%
Blue87.5%
CMYK percentages
Cyan16.6%
Magenta54.3%
Yellow0.0%
Key (black)12.5%
Color previews
#ba66df text on a black background
contrast 6.05:1
Card sample
#ba66df text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba66df;
Background color
Panel with #ba66df background
background-color: #ba66df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba66df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 102, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 102, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba66df; background: linear-gradient(135deg, #ba66df, #DF66B3);