#bc5ecf
a balanced, vivid violet · warm · closest name: orchid
RGB
188, 94, 207
HSL
290°, 54%, 59%
CMYK
9, 55, 0, 19
Luminance
0.2320
Every format
| HEX | #bc5ecf |
| RGB | rgb(188, 94, 207) |
| HSL | hsl(290, 54%, 59%) |
| CMYK | cmyk(9%, 55%, 0%, 19%) |
| LAB | lab(55.3 54.5 -42.5) |
| LCH | lch(55.3 69.2 322.1) |
| OKLCH | oklch(0.637 0.186 320.7) |
Copy-ready code
/* CSS */
color: #bc5ecf;
background-color: #bc5ecf;
/* Tailwind (arbitrary) */
class="text-[#bc5ecf] bg-[#bc5ecf]"
/* SCSS */
$brand: #bc5ecf;
/* SwiftUI */
Color(red: 0.737, green: 0.369, blue: 0.812)
/* Android */
Color.parseColor("#bc5ecf")Accessibility — WCAG contrast
Aa
#bc5ecf on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc5ecf on black: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green36.9%
Blue81.2%
CMYK percentages
Cyan9.2%
Magenta54.6%
Yellow0.0%
Key (black)18.8%
Color previews
#bc5ecf text on a black background
contrast 5.64:1
Card sample
#bc5ecf text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc5ecf;
Background color
Panel with #bc5ecf background
background-color: #bc5ecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc5ecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 94, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 94, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc5ecf; background: linear-gradient(135deg, #bc5ecf, #CF5E97);