#bc2fdb
a balanced, vivid violet · warm · closest name: magenta
RGB
188, 47, 219
HSL
289°, 71%, 52%
CMYK
14, 79, 0, 14
Luminance
0.1784
Every format
| HEX | #bc2fdb |
| RGB | rgb(188, 47, 219) |
| HSL | hsl(289, 71%, 52%) |
| CMYK | cmyk(14%, 79%, 0%, 14%) |
| LAB | lab(49.3 75.3 -58.9) |
| LCH | lch(49.3 95.6 322.0) |
| OKLCH | oklch(0.597 0.254 319.4) |
Copy-ready code
/* CSS */
color: #bc2fdb;
background-color: #bc2fdb;
/* Tailwind (arbitrary) */
class="text-[#bc2fdb] bg-[#bc2fdb]"
/* SCSS */
$brand: #bc2fdb;
/* SwiftUI */
Color(red: 0.737, green: 0.184, blue: 0.859)
/* Android */
Color.parseColor("#bc2fdb")Accessibility — WCAG contrast
Aa
#bc2fdb on white: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bc2fdb on black: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green18.4%
Blue85.9%
CMYK percentages
Cyan14.2%
Magenta78.5%
Yellow0.0%
Key (black)14.1%
Color previews
#bc2fdb text on a black background
contrast 4.57:1
Card sample
#bc2fdb text on a white background
contrast 4.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc2fdb;
Background color
Panel with #bc2fdb background
background-color: #bc2fdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc2fdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 47, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 47, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc2fdb; background: linear-gradient(135deg, #bc2fdb, #DB2F87);