#bc63cf
a balanced, vivid violet · warm · closest name: orchid
RGB
188, 99, 207
HSL
289°, 53%, 60%
CMYK
9, 52, 0, 19
Luminance
0.2412
Every format
| HEX | #bc63cf |
| RGB | rgb(188, 99, 207) |
| HSL | hsl(289, 53%, 60%) |
| CMYK | cmyk(9%, 52%, 0%, 19%) |
| LAB | lab(56.2 52.1 -41.0) |
| LCH | lch(56.2 66.3 321.7) |
| OKLCH | oklch(0.644 0.178 320.3) |
Copy-ready code
/* CSS */
color: #bc63cf;
background-color: #bc63cf;
/* Tailwind (arbitrary) */
class="text-[#bc63cf] bg-[#bc63cf]"
/* SCSS */
$brand: #bc63cf;
/* SwiftUI */
Color(red: 0.737, green: 0.388, blue: 0.812)
/* Android */
Color.parseColor("#bc63cf")Accessibility — WCAG contrast
Aa
#bc63cf on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc63cf on black: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green38.8%
Blue81.2%
CMYK percentages
Cyan9.2%
Magenta52.2%
Yellow0.0%
Key (black)18.8%
Color previews
#bc63cf text on a black background
contrast 5.82:1
Card sample
#bc63cf text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc63cf;
Background color
Panel with #bc63cf background
background-color: #bc63cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc63cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 99, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 99, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc63cf; background: linear-gradient(135deg, #bc63cf, #CF639A);