#bc4fdb
a balanced, vivid violet · warm · closest name: orchid
RGB
188, 79, 219
HSL
287°, 66%, 58%
CMYK
14, 64, 0, 14
Luminance
0.2140
Every format
| HEX | #bc4fdb |
| RGB | rgb(188, 79, 219) |
| HSL | hsl(287, 66%, 58%) |
| CMYK | cmyk(14%, 64%, 0%, 14%) |
| LAB | lab(53.4 63.8 -52.3) |
| LCH | lch(53.4 82.5 320.6) |
| OKLCH | oklch(0.626 0.219 318.0) |
Copy-ready code
/* CSS */
color: #bc4fdb;
background-color: #bc4fdb;
/* Tailwind (arbitrary) */
class="text-[#bc4fdb] bg-[#bc4fdb]"
/* SCSS */
$brand: #bc4fdb;
/* SwiftUI */
Color(red: 0.737, green: 0.310, blue: 0.859)
/* Android */
Color.parseColor("#bc4fdb")Accessibility — WCAG contrast
Aa
#bc4fdb on white: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc4fdb on black: 5.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green31.0%
Blue85.9%
CMYK percentages
Cyan14.2%
Magenta63.9%
Yellow0.0%
Key (black)14.1%
Color previews
#bc4fdb text on a black background
contrast 5.28:1
Card sample
#bc4fdb text on a white background
contrast 3.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc4fdb;
Background color
Panel with #bc4fdb background
background-color: #bc4fdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc4fdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 79, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 79, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc4fdb; background: linear-gradient(135deg, #bc4fdb, #DB4F9D);