#776699
a balanced, soft violet · warm · closest name: steelblue
RGB
119, 102, 153
HSL
260°, 20%, 50%
CMYK
22, 33, 0, 40
Luminance
0.1572
Every format
| HEX | #776699 |
| RGB | rgb(119, 102, 153) |
| HSL | hsl(260, 20%, 50%) |
| CMYK | cmyk(22%, 33%, 0%, 40%) |
| LAB | lab(46.6 17.8 -25.3) |
| LCH | lch(46.6 31.0 305.2) |
| OKLCH | oklch(0.547 0.080 299.1) |
Copy-ready code
/* CSS */
color: #776699;
background-color: #776699;
/* Tailwind (arbitrary) */
class="text-[#776699] bg-[#776699]"
/* SCSS */
$brand: #776699;
/* SwiftUI */
Color(red: 0.467, green: 0.400, blue: 0.600)
/* Android */
Color.parseColor("#776699")Accessibility — WCAG contrast
Aa
#776699 on white: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#776699 on black: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green40.0%
Blue60.0%
CMYK percentages
Cyan22.2%
Magenta33.3%
Yellow0.0%
Key (black)40.0%
Color previews
#776699 text on a black background
contrast 4.14:1
Card sample
#776699 text on a white background
contrast 5.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #776699;
Background color
Panel with #776699 background
background-color: #776699;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #776699;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 102, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 102, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #776699; background: linear-gradient(135deg, #776699, #996699);