#807090
a balanced, muted violet · warm · closest name: gray
RGB
128, 112, 144
HSL
270°, 13%, 50%
CMYK
11, 22, 0, 44
Luminance
0.1819
Every format
| HEX | #807090 |
| RGB | rgb(128, 112, 144) |
| HSL | hsl(270, 13%, 50%) |
| CMYK | cmyk(11%, 22%, 0%, 44%) |
| LAB | lab(49.7 12.7 -15.1) |
| LCH | lch(49.7 19.8 310.1) |
| OKLCH | oklch(0.572 0.052 307.5) |
Copy-ready code
/* CSS */
color: #807090;
background-color: #807090;
/* Tailwind (arbitrary) */
class="text-[#807090] bg-[#807090]"
/* SCSS */
$brand: #807090;
/* SwiftUI */
Color(red: 0.502, green: 0.439, blue: 0.565)
/* Android */
Color.parseColor("#807090")Accessibility — WCAG contrast
Aa
#807090 on white: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#807090 on black: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green43.9%
Blue56.5%
CMYK percentages
Cyan11.1%
Magenta22.2%
Yellow0.0%
Key (black)43.5%
Color previews
#807090 text on a black background
contrast 4.64:1
Card sample
#807090 text on a white background
contrast 4.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #807090;
Background color
Panel with #807090 background
background-color: #807090;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #807090;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 112, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 112, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #807090; background: linear-gradient(135deg, #807090, #90708B);