#b068eb
a light, electric violet · warm · closest name: slateblue
RGB
176, 104, 235
HSL
273°, 77%, 67%
CMYK
25, 56, 0, 8
Luminance
0.2513
Every format
| HEX | #b068eb |
| RGB | rgb(176, 104, 235) |
| HSL | hsl(273, 77%, 67%) |
| CMYK | cmyk(25%, 56%, 0%, 8%) |
| LAB | lab(57.2 52.3 -55.3) |
| LCH | lch(57.2 76.2 313.4) |
| OKLCH | oklch(0.653 0.196 307.2) |
Copy-ready code
/* CSS */
color: #b068eb;
background-color: #b068eb;
/* Tailwind (arbitrary) */
class="text-[#b068eb] bg-[#b068eb]"
/* SCSS */
$brand: #b068eb;
/* SwiftUI */
Color(red: 0.690, green: 0.408, blue: 0.922)
/* Android */
Color.parseColor("#b068eb")Accessibility — WCAG contrast
Aa
#b068eb on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b068eb on black: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green40.8%
Blue92.2%
CMYK percentages
Cyan25.1%
Magenta55.7%
Yellow0.0%
Key (black)7.8%
Color previews
#b068eb text on a black background
contrast 6.03:1
Card sample
#b068eb text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b068eb;
Background color
Panel with #b068eb background
background-color: #b068eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b068eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 104, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 104, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b068eb; background: linear-gradient(135deg, #b068eb, #EB68CF);