#bc38df
a balanced, vivid violet · warm · closest name: magenta
RGB
188, 56, 223
HSL
287°, 72%, 55%
CMYK
16, 75, 0, 13
Luminance
0.1885
Every format
| HEX | #bc38df |
| RGB | rgb(188, 56, 223) |
| HSL | hsl(287, 72%, 55%) |
| CMYK | cmyk(16%, 75%, 0%, 13%) |
| LAB | lab(50.5 73.3 -59.2) |
| LCH | lch(50.5 94.2 321.1) |
| OKLCH | oklch(0.606 0.249 318.1) |
Copy-ready code
/* CSS */
color: #bc38df;
background-color: #bc38df;
/* Tailwind (arbitrary) */
class="text-[#bc38df] bg-[#bc38df]"
/* SCSS */
$brand: #bc38df;
/* SwiftUI */
Color(red: 0.737, green: 0.220, blue: 0.875)
/* Android */
Color.parseColor("#bc38df")Accessibility — WCAG contrast
Aa
#bc38df on white: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc38df on black: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green22.0%
Blue87.5%
CMYK percentages
Cyan15.7%
Magenta74.9%
Yellow0.0%
Key (black)12.5%
Color previews
#bc38df text on a black background
contrast 4.77:1
Card sample
#bc38df text on a white background
contrast 4.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc38df;
Background color
Panel with #bc38df background
background-color: #bc38df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc38df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 56, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 56, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc38df; background: linear-gradient(135deg, #bc38df, #DF3893);