#bc48df
a balanced, vivid violet · warm · closest name: orchid
RGB
188, 72, 223
HSL
286°, 70%, 58%
CMYK
16, 68, 0, 13
Luminance
0.2065
Every format
| HEX | #bc48df |
| RGB | rgb(188, 72, 223) |
| HSL | hsl(286, 70%, 58%) |
| CMYK | cmyk(16%, 68%, 0%, 13%) |
| LAB | lab(52.6 67.5 -55.9) |
| LCH | lch(52.6 87.6 320.3) |
| OKLCH | oklch(0.621 0.232 317.3) |
Copy-ready code
/* CSS */
color: #bc48df;
background-color: #bc48df;
/* Tailwind (arbitrary) */
class="text-[#bc48df] bg-[#bc48df]"
/* SCSS */
$brand: #bc48df;
/* SwiftUI */
Color(red: 0.737, green: 0.282, blue: 0.875)
/* Android */
Color.parseColor("#bc48df")Accessibility — WCAG contrast
Aa
#bc48df on white: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc48df on black: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green28.2%
Blue87.5%
CMYK percentages
Cyan15.7%
Magenta67.7%
Yellow0.0%
Key (black)12.5%
Color previews
#bc48df text on a black background
contrast 5.13:1
Card sample
#bc48df text on a white background
contrast 4.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc48df;
Background color
Panel with #bc48df background
background-color: #bc48df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc48df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 72, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 72, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc48df; background: linear-gradient(135deg, #bc48df, #DF489D);