#bc4fd5
a balanced, vivid violet · warm · closest name: orchid
RGB
188, 79, 213
HSL
289°, 62%, 57%
CMYK
12, 63, 0, 17
Luminance
0.2109
Every format
| HEX | #bc4fd5 |
| RGB | rgb(188, 79, 213) |
| HSL | hsl(289, 62%, 57%) |
| CMYK | cmyk(12%, 63%, 0%, 17%) |
| LAB | lab(53.0 62.6 -49.5) |
| LCH | lch(53.0 79.8 321.7) |
| OKLCH | oklch(0.622 0.214 319.7) |
Copy-ready code
/* CSS */
color: #bc4fd5;
background-color: #bc4fd5;
/* Tailwind (arbitrary) */
class="text-[#bc4fd5] bg-[#bc4fd5]"
/* SCSS */
$brand: #bc4fd5;
/* SwiftUI */
Color(red: 0.737, green: 0.310, blue: 0.835)
/* Android */
Color.parseColor("#bc4fd5")Accessibility — WCAG contrast
Aa
#bc4fd5 on white: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc4fd5 on black: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green31.0%
Blue83.5%
CMYK percentages
Cyan11.7%
Magenta62.9%
Yellow0.0%
Key (black)16.5%
Color previews
#bc4fd5 text on a black background
contrast 5.22:1
Card sample
#bc4fd5 text on a white background
contrast 4.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc4fd5;
Background color
Panel with #bc4fd5 background
background-color: #bc4fd5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc4fd5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 79, 213, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 79, 213, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc4fd5; background: linear-gradient(135deg, #bc4fd5, #D54F95);