#bc61df
a balanced, vivid violet · warm · closest name: orchid
RGB
188, 97, 223
HSL
283°, 66%, 63%
CMYK
16, 57, 0, 13
Luminance
0.2457
Every format
| HEX | #bc61df |
| RGB | rgb(188, 97, 223) |
| HSL | hsl(283, 66%, 63%) |
| CMYK | cmyk(16%, 57%, 0%, 13%) |
| LAB | lab(56.6 56.3 -49.4) |
| LCH | lch(56.6 74.9 318.7) |
| OKLCH | oklch(0.650 0.198 315.6) |
Copy-ready code
/* CSS */
color: #bc61df;
background-color: #bc61df;
/* Tailwind (arbitrary) */
class="text-[#bc61df] bg-[#bc61df]"
/* SCSS */
$brand: #bc61df;
/* SwiftUI */
Color(red: 0.737, green: 0.380, blue: 0.875)
/* Android */
Color.parseColor("#bc61df")Accessibility — WCAG contrast
Aa
#bc61df on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc61df on black: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green38.0%
Blue87.5%
CMYK percentages
Cyan15.7%
Magenta56.5%
Yellow0.0%
Key (black)12.5%
Color previews
#bc61df text on a black background
contrast 5.91:1
Card sample
#bc61df text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc61df;
Background color
Panel with #bc61df background
background-color: #bc61df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc61df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 97, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 97, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc61df; background: linear-gradient(135deg, #bc61df, #DF61AE);