#bc4fdf
a balanced, vivid violet · warm · closest name: orchid
RGB
188, 79, 223
HSL
285°, 69%, 59%
CMYK
16, 65, 0, 13
Luminance
0.2161
Every format
| HEX | #bc4fdf |
| RGB | rgb(188, 79, 223) |
| HSL | hsl(285, 69%, 59%) |
| CMYK | cmyk(16%, 65%, 0%, 13%) |
| LAB | lab(53.6 64.5 -54.2) |
| LCH | lch(53.6 84.3 320.0) |
| OKLCH | oklch(0.628 0.223 316.9) |
Copy-ready code
/* CSS */
color: #bc4fdf;
background-color: #bc4fdf;
/* Tailwind (arbitrary) */
class="text-[#bc4fdf] bg-[#bc4fdf]"
/* SCSS */
$brand: #bc4fdf;
/* SwiftUI */
Color(red: 0.737, green: 0.310, blue: 0.875)
/* Android */
Color.parseColor("#bc4fdf")Accessibility — WCAG contrast
Aa
#bc4fdf on white: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc4fdf on black: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green31.0%
Blue87.5%
CMYK percentages
Cyan15.7%
Magenta64.6%
Yellow0.0%
Key (black)12.5%
Color previews
#bc4fdf text on a black background
contrast 5.32:1
Card sample
#bc4fdf text on a white background
contrast 3.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc4fdf;
Background color
Panel with #bc4fdf background
background-color: #bc4fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc4fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 79, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 79, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc4fdf; background: linear-gradient(135deg, #bc4fdf, #DF4FA2);