#ba4fdb
a balanced, vivid violet · warm · closest name: orchid
RGB
186, 79, 219
HSL
286°, 66%, 58%
CMYK
15, 64, 0, 14
Luminance
0.2115
Every format
| HEX | #ba4fdb |
| RGB | rgb(186, 79, 219) |
| HSL | hsl(286, 66%, 58%) |
| CMYK | cmyk(15%, 64%, 0%, 14%) |
| LAB | lab(53.1 63.3 -52.8) |
| LCH | lch(53.1 82.4 320.2) |
| OKLCH | oklch(0.623 0.218 317.3) |
Copy-ready code
/* CSS */
color: #ba4fdb;
background-color: #ba4fdb;
/* Tailwind (arbitrary) */
class="text-[#ba4fdb] bg-[#ba4fdb]"
/* SCSS */
$brand: #ba4fdb;
/* SwiftUI */
Color(red: 0.729, green: 0.310, blue: 0.859)
/* Android */
Color.parseColor("#ba4fdb")Accessibility — WCAG contrast
Aa
#ba4fdb on white: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba4fdb on black: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green31.0%
Blue85.9%
CMYK percentages
Cyan15.1%
Magenta63.9%
Yellow0.0%
Key (black)14.1%
Color previews
#ba4fdb text on a black background
contrast 5.23:1
Card sample
#ba4fdb text on a white background
contrast 4.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba4fdb;
Background color
Panel with #ba4fdb background
background-color: #ba4fdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba4fdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 79, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 79, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba4fdb; background: linear-gradient(135deg, #ba4fdb, #DB4F9E);