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