#bc68df
a balanced, vivid violet · warm · closest name: orchid
RGB
188, 104, 223
HSL
282°, 65%, 64%
CMYK
16, 53, 0, 13
Luminance
0.2592
Every format
| HEX | #bc68df |
| RGB | rgb(188, 104, 223) |
| HSL | hsl(282, 65%, 64%) |
| CMYK | cmyk(16%, 53%, 0%, 13%) |
| LAB | lab(58.0 52.8 -47.3) |
| LCH | lch(58.0 70.9 318.1) |
| OKLCH | oklch(0.660 0.187 315.0) |
Copy-ready code
/* CSS */
color: #bc68df;
background-color: #bc68df;
/* Tailwind (arbitrary) */
class="text-[#bc68df] bg-[#bc68df]"
/* SCSS */
$brand: #bc68df;
/* SwiftUI */
Color(red: 0.737, green: 0.408, blue: 0.875)
/* Android */
Color.parseColor("#bc68df")Accessibility — WCAG contrast
Aa
#bc68df on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc68df on black: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green40.8%
Blue87.5%
CMYK percentages
Cyan15.7%
Magenta53.4%
Yellow0.0%
Key (black)12.5%
Color previews
#bc68df text on a black background
contrast 6.18:1
Card sample
#bc68df text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc68df;
Background color
Panel with #bc68df background
background-color: #bc68df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc68df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 104, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 104, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc68df; background: linear-gradient(135deg, #bc68df, #DF68B3);