#bc3fd6
a balanced, vivid violet · warm · closest name: orchid
RGB
188, 63, 214
HSL
290°, 65%, 54%
CMYK
12, 71, 0, 16
Luminance
0.1910
Every format
| HEX | #bc3fd6 |
| RGB | rgb(188, 63, 214) |
| HSL | hsl(290, 65%, 54%) |
| CMYK | cmyk(12%, 71%, 0%, 16%) |
| LAB | lab(50.8 69.2 -53.6) |
| LCH | lch(50.8 87.6 322.2) |
| OKLCH | oklch(0.606 0.234 320.2) |
Copy-ready code
/* CSS */
color: #bc3fd6;
background-color: #bc3fd6;
/* Tailwind (arbitrary) */
class="text-[#bc3fd6] bg-[#bc3fd6]"
/* SCSS */
$brand: #bc3fd6;
/* SwiftUI */
Color(red: 0.737, green: 0.247, blue: 0.839)
/* Android */
Color.parseColor("#bc3fd6")Accessibility — WCAG contrast
Aa
#bc3fd6 on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc3fd6 on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green24.7%
Blue83.9%
CMYK percentages
Cyan12.1%
Magenta70.6%
Yellow0.0%
Key (black)16.1%
Color previews
#bc3fd6 text on a black background
contrast 4.82:1
Card sample
#bc3fd6 text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc3fd6;
Background color
Panel with #bc3fd6 background
background-color: #bc3fd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc3fd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 63, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 63, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc3fd6; background: linear-gradient(135deg, #bc3fd6, #D63F8B);