#bc79df
a light, vivid violet · warm · closest name: orchid
RGB
188, 121, 223
HSL
279°, 61%, 68%
CMYK
16, 46, 0, 13
Luminance
0.2969
Every format
| HEX | #bc79df |
| RGB | rgb(188, 121, 223) |
| HSL | hsl(279, 61%, 68%) |
| CMYK | cmyk(16%, 46%, 0%, 13%) |
| LAB | lab(61.4 43.9 -41.9) |
| LCH | lch(61.4 60.7 316.3) |
| OKLCH | oklch(0.685 0.160 313.1) |
Copy-ready code
/* CSS */
color: #bc79df;
background-color: #bc79df;
/* Tailwind (arbitrary) */
class="text-[#bc79df] bg-[#bc79df]"
/* SCSS */
$brand: #bc79df;
/* SwiftUI */
Color(red: 0.737, green: 0.475, blue: 0.875)
/* Android */
Color.parseColor("#bc79df")Accessibility — WCAG contrast
Aa
#bc79df on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc79df on black: 6.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green47.5%
Blue87.5%
CMYK percentages
Cyan15.7%
Magenta45.7%
Yellow0.0%
Key (black)12.5%
Color previews
#bc79df text on a black background
contrast 6.94:1
Card sample
#bc79df text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc79df;
Background color
Panel with #bc79df background
background-color: #bc79df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc79df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 121, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 121, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc79df; background: linear-gradient(135deg, #bc79df, #DF79BE);