#b064eb
a light, electric violet · warm · closest name: slateblue
RGB
176, 100, 235
HSL
274°, 77%, 66%
CMYK
25, 57, 0, 8
Luminance
0.2434
Every format
| HEX | #b064eb |
| RGB | rgb(176, 100, 235) |
| HSL | hsl(274, 77%, 66%) |
| CMYK | cmyk(25%, 57%, 0%, 8%) |
| LAB | lab(56.4 54.4 -56.6) |
| LCH | lch(56.4 78.5 313.9) |
| OKLCH | oklch(0.647 0.201 307.7) |
Copy-ready code
/* CSS */
color: #b064eb;
background-color: #b064eb;
/* Tailwind (arbitrary) */
class="text-[#b064eb] bg-[#b064eb]"
/* SCSS */
$brand: #b064eb;
/* SwiftUI */
Color(red: 0.690, green: 0.392, blue: 0.922)
/* Android */
Color.parseColor("#b064eb")Accessibility — WCAG contrast
Aa
#b064eb on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b064eb on black: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green39.2%
Blue92.2%
CMYK percentages
Cyan25.1%
Magenta57.4%
Yellow0.0%
Key (black)7.8%
Color previews
#b064eb text on a black background
contrast 5.87:1
Card sample
#b064eb text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b064eb;
Background color
Panel with #b064eb background
background-color: #b064eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b064eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 100, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 100, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b064eb; background: linear-gradient(135deg, #b064eb, #EB64CC);