#ba08cd
a dark, electric magenta / pink · warm · closest name: magenta
RGB
186, 8, 205
HSL
294°, 93%, 42%
CMYK
9, 96, 0, 20
Luminance
0.1502
Every format
| HEX | #ba08cd |
| RGB | rgb(186, 8, 205) |
| HSL | hsl(294, 93%, 42%) |
| CMYK | cmyk(9%, 96%, 0%, 20%) |
| LAB | lab(45.7 79.7 -56.7) |
| LCH | lch(45.7 97.8 324.6) |
| OKLCH | oklch(0.568 0.265 323.1) |
Copy-ready code
/* CSS */
color: #ba08cd;
background-color: #ba08cd;
/* Tailwind (arbitrary) */
class="text-[#ba08cd] bg-[#ba08cd]"
/* SCSS */
$brand: #ba08cd;
/* SwiftUI */
Color(red: 0.729, green: 0.031, blue: 0.804)
/* Android */
Color.parseColor("#ba08cd")Accessibility — WCAG contrast
Aa
#ba08cd on white: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba08cd on black: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green3.1%
Blue80.4%
CMYK percentages
Cyan9.3%
Magenta96.1%
Yellow0.0%
Key (black)19.6%
Color previews
#ba08cd text on a black background
contrast 4.00:1
Card sample
#ba08cd text on a white background
contrast 5.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba08cd;
Background color
Panel with #ba08cd background
background-color: #ba08cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba08cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 8, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 8, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba08cd; background: linear-gradient(135deg, #ba08cd, #CD085D);