#827799
a balanced, muted violet · warm · closest name: gray
RGB
130, 119, 153
HSL
259°, 14%, 53%
CMYK
15, 22, 0, 40
Luminance
0.2024
Every format
| HEX | #827799 |
| RGB | rgb(130, 119, 153) |
| HSL | hsl(259, 14%, 53%) |
| CMYK | cmyk(15%, 22%, 0%, 40%) |
| LAB | lab(52.1 11.3 -16.8) |
| LCH | lch(52.1 20.3 304.0) |
| OKLCH | oklch(0.592 0.053 299.6) |
Copy-ready code
/* CSS */
color: #827799;
background-color: #827799;
/* Tailwind (arbitrary) */
class="text-[#827799] bg-[#827799]"
/* SCSS */
$brand: #827799;
/* SwiftUI */
Color(red: 0.510, green: 0.467, blue: 0.600)
/* Android */
Color.parseColor("#827799")Accessibility — WCAG contrast
Aa
#827799 on white: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#827799 on black: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green46.7%
Blue60.0%
CMYK percentages
Cyan15.0%
Magenta22.2%
Yellow0.0%
Key (black)40.0%
Color previews
#827799 text on a black background
contrast 5.05:1
Card sample
#827799 text on a white background
contrast 4.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #827799;
Background color
Panel with #827799 background
background-color: #827799;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #827799;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 119, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 119, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #827799; background: linear-gradient(135deg, #827799, #997799);