#b077ff
a light, electric violet · warm · closest name: slateblue
RGB
176, 119, 255
HSL
265°, 100%, 73%
CMYK
31, 53, 0, 0
Luminance
0.2964
Every format
| HEX | #b077ff |
| RGB | rgb(176, 119, 255) |
| HSL | hsl(265, 100%, 73%) |
| CMYK | cmyk(31%, 53%, 0%, 0%) |
| LAB | lab(61.4 49.1 -59.8) |
| LCH | lch(61.4 77.4 309.4) |
| OKLCH | oklch(0.687 0.196 300.7) |
Copy-ready code
/* CSS */
color: #b077ff;
background-color: #b077ff;
/* Tailwind (arbitrary) */
class="text-[#b077ff] bg-[#b077ff]"
/* SCSS */
$brand: #b077ff;
/* SwiftUI */
Color(red: 0.690, green: 0.467, blue: 1.000)
/* Android */
Color.parseColor("#b077ff")Accessibility — WCAG contrast
Aa
#b077ff on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b077ff on black: 6.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green46.7%
Blue100.0%
CMYK percentages
Cyan31.0%
Magenta53.3%
Yellow0.0%
Key (black)0.0%
Color previews
#b077ff text on a black background
contrast 6.93:1
Card sample
#b077ff text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b077ff;
Background color
Panel with #b077ff background
background-color: #b077ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b077ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 119, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 119, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b077ff; background: linear-gradient(135deg, #b077ff, #FF77F3);