#bc79eb
a light, vivid violet · warm · closest name: orchid
RGB
188, 121, 235
HSL
275°, 74%, 70%
CMYK
20, 49, 0, 8
Luminance
0.3036
Every format
| HEX | #bc79eb |
| RGB | rgb(188, 121, 235) |
| HSL | hsl(275, 74%, 70%) |
| CMYK | cmyk(20%, 49%, 0%, 8%) |
| LAB | lab(62.0 46.5 -47.7) |
| LCH | lch(62.0 66.6 314.3) |
| OKLCH | oklch(0.691 0.173 309.7) |
Copy-ready code
/* CSS */
color: #bc79eb;
background-color: #bc79eb;
/* Tailwind (arbitrary) */
class="text-[#bc79eb] bg-[#bc79eb]"
/* SCSS */
$brand: #bc79eb;
/* SwiftUI */
Color(red: 0.737, green: 0.475, blue: 0.922)
/* Android */
Color.parseColor("#bc79eb")Accessibility — WCAG contrast
Aa
#bc79eb on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc79eb on black: 7.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green47.5%
Blue92.2%
CMYK percentages
Cyan20.0%
Magenta48.5%
Yellow0.0%
Key (black)7.8%
Color previews
#bc79eb text on a black background
contrast 7.07:1
Card sample
#bc79eb text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc79eb;
Background color
Panel with #bc79eb background
background-color: #bc79eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc79eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 121, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 121, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc79eb; background: linear-gradient(135deg, #bc79eb, #EB79CE);