#806699
a balanced, soft violet · warm · closest name: steelblue
RGB
128, 102, 153
HSL
271°, 20%, 50%
CMYK
16, 33, 0, 40
Luminance
0.1639
Every format
| HEX | #806699 |
| RGB | rgb(128, 102, 153) |
| HSL | hsl(271, 20%, 50%) |
| CMYK | cmyk(16%, 33%, 0%, 40%) |
| LAB | lab(47.5 20.8 -23.9) |
| LCH | lch(47.5 31.6 311.0) |
| OKLCH | oklch(0.555 0.083 307.2) |
Copy-ready code
/* CSS */
color: #806699;
background-color: #806699;
/* Tailwind (arbitrary) */
class="text-[#806699] bg-[#806699]"
/* SCSS */
$brand: #806699;
/* SwiftUI */
Color(red: 0.502, green: 0.400, blue: 0.600)
/* Android */
Color.parseColor("#806699")Accessibility — WCAG contrast
Aa
#806699 on white: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#806699 on black: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green40.0%
Blue60.0%
CMYK percentages
Cyan16.3%
Magenta33.3%
Yellow0.0%
Key (black)40.0%
Color previews
#806699 text on a black background
contrast 4.28:1
Card sample
#806699 text on a white background
contrast 4.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #806699;
Background color
Panel with #806699 background
background-color: #806699;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #806699;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 102, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 102, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #806699; background: linear-gradient(135deg, #806699, #996690);