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