#bc4fd8
a balanced, vivid violet · warm · closest name: orchid
RGB
188, 79, 216
HSL
288°, 64%, 58%
CMYK
13, 63, 0, 15
Luminance
0.2124
Every format
| HEX | #bc4fd8 |
| RGB | rgb(188, 79, 216) |
| HSL | hsl(288, 64%, 58%) |
| CMYK | cmyk(13%, 63%, 0%, 15%) |
| LAB | lab(53.2 63.2 -50.9) |
| LCH | lch(53.2 81.2 321.1) |
| OKLCH | oklch(0.624 0.216 318.8) |
Copy-ready code
/* CSS */
color: #bc4fd8;
background-color: #bc4fd8;
/* Tailwind (arbitrary) */
class="text-[#bc4fd8] bg-[#bc4fd8]"
/* SCSS */
$brand: #bc4fd8;
/* SwiftUI */
Color(red: 0.737, green: 0.310, blue: 0.847)
/* Android */
Color.parseColor("#bc4fd8")Accessibility — WCAG contrast
Aa
#bc4fd8 on white: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc4fd8 on black: 5.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green31.0%
Blue84.7%
CMYK percentages
Cyan13.0%
Magenta63.4%
Yellow0.0%
Key (black)15.3%
Color previews
#bc4fd8 text on a black background
contrast 5.25:1
Card sample
#bc4fd8 text on a white background
contrast 4.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc4fd8;
Background color
Panel with #bc4fd8 background
background-color: #bc4fd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc4fd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 79, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 79, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc4fd8; background: linear-gradient(135deg, #bc4fd8, #D84F99);