#bc60df
a balanced, vivid violet · warm · closest name: orchid
RGB
188, 96, 223
HSL
284°, 67%, 63%
CMYK
16, 57, 0, 13
Luminance
0.2438
Every format
| HEX | #bc60df |
| RGB | rgb(188, 96, 223) |
| HSL | hsl(284, 67%, 63%) |
| CMYK | cmyk(16%, 57%, 0%, 13%) |
| LAB | lab(56.5 56.7 -49.7) |
| LCH | lch(56.5 75.4 318.8) |
| OKLCH | oklch(0.649 0.199 315.7) |
Copy-ready code
/* CSS */
color: #bc60df;
background-color: #bc60df;
/* Tailwind (arbitrary) */
class="text-[#bc60df] bg-[#bc60df]"
/* SCSS */
$brand: #bc60df;
/* SwiftUI */
Color(red: 0.737, green: 0.376, blue: 0.875)
/* Android */
Color.parseColor("#bc60df")Accessibility — WCAG contrast
Aa
#bc60df on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc60df on black: 5.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green37.6%
Blue87.5%
CMYK percentages
Cyan15.7%
Magenta57.0%
Yellow0.0%
Key (black)12.5%
Color previews
#bc60df text on a black background
contrast 5.88:1
Card sample
#bc60df text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc60df;
Background color
Panel with #bc60df background
background-color: #bc60df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc60df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 96, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 96, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc60df; background: linear-gradient(135deg, #bc60df, #DF60AD);