#937799
a balanced, muted violet · warm · closest name: gray
RGB
147, 119, 153
HSL
289°, 14%, 53%
CMYK
4, 22, 0, 40
Luminance
0.2170
Every format
| HEX | #937799 |
| RGB | rgb(147, 119, 153) |
| HSL | hsl(289, 14%, 53%) |
| CMYK | cmyk(4%, 22%, 0%, 40%) |
| LAB | lab(53.7 17.2 -14.2) |
| LCH | lch(53.7 22.3 320.5) |
| OKLCH | oklch(0.608 0.060 320.3) |
Copy-ready code
/* CSS */
color: #937799;
background-color: #937799;
/* Tailwind (arbitrary) */
class="text-[#937799] bg-[#937799]"
/* SCSS */
$brand: #937799;
/* SwiftUI */
Color(red: 0.576, green: 0.467, blue: 0.600)
/* Android */
Color.parseColor("#937799")Accessibility — WCAG contrast
Aa
#937799 on white: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#937799 on black: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green46.7%
Blue60.0%
CMYK percentages
Cyan3.9%
Magenta22.2%
Yellow0.0%
Key (black)40.0%
Color previews
#937799 text on a black background
contrast 5.34:1
Card sample
#937799 text on a white background
contrast 3.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #937799;
Background color
Panel with #937799 background
background-color: #937799;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #937799;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 119, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 119, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #937799; background: linear-gradient(135deg, #937799, #997788);