#857c97
a balanced, muted violet · warm · closest name: gray
RGB
133, 124, 151
HSL
260°, 12%, 54%
CMYK
12, 18, 0, 41
Luminance
0.2164
Every format
| HEX | #857c97 |
| RGB | rgb(133, 124, 151) |
| HSL | hsl(260, 12%, 54%) |
| CMYK | cmyk(12%, 18%, 0%, 41%) |
| LAB | lab(53.6 9.0 -13.3) |
| LCH | lch(53.6 16.0 304.1) |
| OKLCH | oklch(0.604 0.042 300.4) |
Copy-ready code
/* CSS */
color: #857c97;
background-color: #857c97;
/* Tailwind (arbitrary) */
class="text-[#857c97] bg-[#857c97]"
/* SCSS */
$brand: #857c97;
/* SwiftUI */
Color(red: 0.522, green: 0.486, blue: 0.592)
/* Android */
Color.parseColor("#857c97")Accessibility — WCAG contrast
Aa
#857c97 on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#857c97 on black: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green48.6%
Blue59.2%
CMYK percentages
Cyan11.9%
Magenta17.9%
Yellow0.0%
Key (black)40.8%
Color previews
#857c97 text on a black background
contrast 5.33:1
Card sample
#857c97 text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #857c97;
Background color
Panel with #857c97 background
background-color: #857c97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #857c97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 124, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 124, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #857c97; background: linear-gradient(135deg, #857c97, #977C97);