#bc5fdf
a balanced, vivid violet · warm · closest name: orchid
RGB
188, 95, 223
HSL
284°, 67%, 62%
CMYK
16, 57, 0, 13
Luminance
0.2420
Every format
| HEX | #bc5fdf |
| RGB | rgb(188, 95, 223) |
| HSL | hsl(284, 67%, 62%) |
| CMYK | cmyk(16%, 57%, 0%, 13%) |
| LAB | lab(56.3 57.2 -50.0) |
| LCH | lch(56.3 76.0 318.9) |
| OKLCH | oklch(0.647 0.200 315.8) |
Copy-ready code
/* CSS */
color: #bc5fdf;
background-color: #bc5fdf;
/* Tailwind (arbitrary) */
class="text-[#bc5fdf] bg-[#bc5fdf]"
/* SCSS */
$brand: #bc5fdf;
/* SwiftUI */
Color(red: 0.737, green: 0.373, blue: 0.875)
/* Android */
Color.parseColor("#bc5fdf")Accessibility — WCAG contrast
Aa
#bc5fdf on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc5fdf on black: 5.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green37.3%
Blue87.5%
CMYK percentages
Cyan15.7%
Magenta57.4%
Yellow0.0%
Key (black)12.5%
Color previews
#bc5fdf text on a black background
contrast 5.84:1
Card sample
#bc5fdf text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc5fdf;
Background color
Panel with #bc5fdf background
background-color: #bc5fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc5fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 95, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 95, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc5fdf; background: linear-gradient(135deg, #bc5fdf, #DF5FAD);