#ba38cd
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
186, 56, 205
HSL
292°, 60%, 51%
CMYK
9, 73, 0, 20
Luminance
0.1768
Every format
| HEX | #ba38cd |
| RGB | rgb(186, 56, 205) |
| HSL | hsl(292, 60%, 51%) |
| CMYK | cmyk(9%, 73%, 0%, 20%) |
| LAB | lab(49.1 69.7 -51.2) |
| LCH | lch(49.1 86.5 323.7) |
| OKLCH | oklch(0.592 0.234 322.3) |
Copy-ready code
/* CSS */
color: #ba38cd;
background-color: #ba38cd;
/* Tailwind (arbitrary) */
class="text-[#ba38cd] bg-[#ba38cd]"
/* SCSS */
$brand: #ba38cd;
/* SwiftUI */
Color(red: 0.729, green: 0.220, blue: 0.804)
/* Android */
Color.parseColor("#ba38cd")Accessibility — WCAG contrast
Aa
#ba38cd on white: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba38cd on black: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green22.0%
Blue80.4%
CMYK percentages
Cyan9.3%
Magenta72.7%
Yellow0.0%
Key (black)19.6%
Color previews
#ba38cd text on a black background
contrast 4.54:1
Card sample
#ba38cd text on a white background
contrast 4.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba38cd;
Background color
Panel with #ba38cd background
background-color: #ba38cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba38cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 56, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 56, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba38cd; background: linear-gradient(135deg, #ba38cd, #CD387D);