#ba38cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
186, 56, 207
HSL
292°, 61%, 52%
CMYK
10, 73, 0, 19
Luminance
0.1777
Every format
| HEX | #ba38cf |
| RGB | rgb(186, 56, 207) |
| HSL | hsl(292, 61%, 52%) |
| CMYK | cmyk(10%, 73%, 0%, 19%) |
| LAB | lab(49.2 70.0 -52.2) |
| LCH | lch(49.2 87.3 323.3) |
| OKLCH | oklch(0.593 0.235 321.7) |
Copy-ready code
/* CSS */
color: #ba38cf;
background-color: #ba38cf;
/* Tailwind (arbitrary) */
class="text-[#ba38cf] bg-[#ba38cf]"
/* SCSS */
$brand: #ba38cf;
/* SwiftUI */
Color(red: 0.729, green: 0.220, blue: 0.812)
/* Android */
Color.parseColor("#ba38cf")Accessibility — WCAG contrast
Aa
#ba38cf on white: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba38cf on black: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green22.0%
Blue81.2%
CMYK percentages
Cyan10.1%
Magenta72.9%
Yellow0.0%
Key (black)18.8%
Color previews
#ba38cf text on a black background
contrast 4.55:1
Card sample
#ba38cf text on a white background
contrast 4.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba38cf;
Background color
Panel with #ba38cf background
background-color: #ba38cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba38cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 56, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 56, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba38cf; background: linear-gradient(135deg, #ba38cf, #CF387F);