#bc45df
a balanced, vivid violet · warm · closest name: orchid
RGB
188, 69, 223
HSL
286°, 71%, 57%
CMYK
16, 69, 0, 13
Luminance
0.2028
Every format
| HEX | #bc45df |
| RGB | rgb(188, 69, 223) |
| HSL | hsl(286, 71%, 57%) |
| CMYK | cmyk(16%, 69%, 0%, 13%) |
| LAB | lab(52.1 68.6 -56.6) |
| LCH | lch(52.1 89.0 320.5) |
| OKLCH | oklch(0.618 0.235 317.5) |
Copy-ready code
/* CSS */
color: #bc45df;
background-color: #bc45df;
/* Tailwind (arbitrary) */
class="text-[#bc45df] bg-[#bc45df]"
/* SCSS */
$brand: #bc45df;
/* SwiftUI */
Color(red: 0.737, green: 0.271, blue: 0.875)
/* Android */
Color.parseColor("#bc45df")Accessibility — WCAG contrast
Aa
#bc45df on white: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc45df on black: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green27.1%
Blue87.5%
CMYK percentages
Cyan15.7%
Magenta69.1%
Yellow0.0%
Key (black)12.5%
Color previews
#bc45df text on a black background
contrast 5.06:1
Card sample
#bc45df text on a white background
contrast 4.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc45df;
Background color
Panel with #bc45df background
background-color: #bc45df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc45df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 69, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 69, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc45df; background: linear-gradient(135deg, #bc45df, #DF459B);