#bc5ddf
a balanced, vivid violet · warm · closest name: orchid
RGB
188, 93, 223
HSL
284°, 67%, 62%
CMYK
16, 58, 0, 13
Luminance
0.2385
Every format
| HEX | #bc5ddf |
| RGB | rgb(188, 93, 223) |
| HSL | hsl(284, 67%, 62%) |
| CMYK | cmyk(16%, 58%, 0%, 13%) |
| LAB | lab(55.9 58.2 -50.5) |
| LCH | lch(55.9 77.1 319.0) |
| OKLCH | oklch(0.645 0.203 316.0) |
Copy-ready code
/* CSS */
color: #bc5ddf;
background-color: #bc5ddf;
/* Tailwind (arbitrary) */
class="text-[#bc5ddf] bg-[#bc5ddf]"
/* SCSS */
$brand: #bc5ddf;
/* SwiftUI */
Color(red: 0.737, green: 0.365, blue: 0.875)
/* Android */
Color.parseColor("#bc5ddf")Accessibility — WCAG contrast
Aa
#bc5ddf on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc5ddf on black: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green36.5%
Blue87.5%
CMYK percentages
Cyan15.7%
Magenta58.3%
Yellow0.0%
Key (black)12.5%
Color previews
#bc5ddf text on a black background
contrast 5.77:1
Card sample
#bc5ddf text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc5ddf;
Background color
Panel with #bc5ddf background
background-color: #bc5ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc5ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 93, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 93, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc5ddf; background: linear-gradient(135deg, #bc5ddf, #DF5DAC);