#bc52df
a balanced, vivid violet · warm · closest name: orchid
RGB
188, 82, 223
HSL
285°, 69%, 60%
CMYK
16, 63, 0, 13
Luminance
0.2205
Every format
| HEX | #bc52df |
| RGB | rgb(188, 82, 223) |
| HSL | hsl(285, 69%, 60%) |
| CMYK | cmyk(16%, 63%, 0%, 13%) |
| LAB | lab(54.1 63.2 -53.5) |
| LCH | lch(54.1 82.8 319.8) |
| OKLCH | oklch(0.631 0.219 316.8) |
Copy-ready code
/* CSS */
color: #bc52df;
background-color: #bc52df;
/* Tailwind (arbitrary) */
class="text-[#bc52df] bg-[#bc52df]"
/* SCSS */
$brand: #bc52df;
/* SwiftUI */
Color(red: 0.737, green: 0.322, blue: 0.875)
/* Android */
Color.parseColor("#bc52df")Accessibility — WCAG contrast
Aa
#bc52df on white: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc52df on black: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green32.2%
Blue87.5%
CMYK percentages
Cyan15.7%
Magenta63.2%
Yellow0.0%
Key (black)12.5%
Color previews
#bc52df text on a black background
contrast 5.41:1
Card sample
#bc52df text on a white background
contrast 3.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc52df;
Background color
Panel with #bc52df background
background-color: #bc52df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc52df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 82, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 82, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc52df; background: linear-gradient(135deg, #bc52df, #DF52A4);