#bc3fd9
a balanced, vivid violet · warm · closest name: orchid
RGB
188, 63, 217
HSL
289°, 67%, 55%
CMYK
13, 71, 0, 15
Luminance
0.1926
Every format
| HEX | #bc3fd9 |
| RGB | rgb(188, 63, 217) |
| HSL | hsl(289, 67%, 55%) |
| CMYK | cmyk(13%, 71%, 0%, 15%) |
| LAB | lab(51.0 69.8 -55.0) |
| LCH | lch(51.0 88.9 321.7) |
| OKLCH | oklch(0.608 0.237 319.4) |
Copy-ready code
/* CSS */
color: #bc3fd9;
background-color: #bc3fd9;
/* Tailwind (arbitrary) */
class="text-[#bc3fd9] bg-[#bc3fd9]"
/* SCSS */
$brand: #bc3fd9;
/* SwiftUI */
Color(red: 0.737, green: 0.247, blue: 0.851)
/* Android */
Color.parseColor("#bc3fd9")Accessibility — WCAG contrast
Aa
#bc3fd9 on white: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc3fd9 on black: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green24.7%
Blue85.1%
CMYK percentages
Cyan13.4%
Magenta71.0%
Yellow0.0%
Key (black)14.9%
Color previews
#bc3fd9 text on a black background
contrast 4.85:1
Card sample
#bc3fd9 text on a white background
contrast 4.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc3fd9;
Background color
Panel with #bc3fd9 background
background-color: #bc3fd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc3fd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 63, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 63, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc3fd9; background: linear-gradient(135deg, #bc3fd9, #D93F8F);