#b978eb
a light, vivid violet · warm · closest name: orchid
RGB
185, 120, 235
HSL
274°, 74%, 70%
CMYK
21, 49, 0, 8
Luminance
0.2975
Every format
| HEX | #b978eb |
| RGB | rgb(185, 120, 235) |
| HSL | hsl(274, 74%, 70%) |
| CMYK | cmyk(21%, 49%, 0%, 8%) |
| LAB | lab(61.4 46.2 -48.5) |
| LCH | lch(61.4 67.0 313.6) |
| OKLCH | oklch(0.687 0.174 308.6) |
Copy-ready code
/* CSS */
color: #b978eb;
background-color: #b978eb;
/* Tailwind (arbitrary) */
class="text-[#b978eb] bg-[#b978eb]"
/* SCSS */
$brand: #b978eb;
/* SwiftUI */
Color(red: 0.725, green: 0.471, blue: 0.922)
/* Android */
Color.parseColor("#b978eb")Accessibility — WCAG contrast
Aa
#b978eb on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b978eb on black: 6.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green47.1%
Blue92.2%
CMYK percentages
Cyan21.3%
Magenta48.9%
Yellow0.0%
Key (black)7.8%
Color previews
#b978eb text on a black background
contrast 6.95:1
Card sample
#b978eb text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b978eb;
Background color
Panel with #b978eb background
background-color: #b978eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b978eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 120, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 120, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b978eb; background: linear-gradient(135deg, #b978eb, #EB78D0);