#857090
a balanced, muted violet · warm · closest name: gray
RGB
133, 112, 144
HSL
279°, 13%, 50%
CMYK
8, 22, 0, 44
Luminance
0.1859
Every format
| HEX | #857090 |
| RGB | rgb(133, 112, 144) |
| HSL | hsl(279, 13%, 50%) |
| CMYK | cmyk(8%, 22%, 0%, 44%) |
| LAB | lab(50.2 14.5 -14.4) |
| LCH | lch(50.2 20.4 315.3) |
| OKLCH | oklch(0.576 0.054 314.0) |
Copy-ready code
/* CSS */
color: #857090;
background-color: #857090;
/* Tailwind (arbitrary) */
class="text-[#857090] bg-[#857090]"
/* SCSS */
$brand: #857090;
/* SwiftUI */
Color(red: 0.522, green: 0.439, blue: 0.565)
/* Android */
Color.parseColor("#857090")Accessibility — WCAG contrast
Aa
#857090 on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#857090 on black: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green43.9%
Blue56.5%
CMYK percentages
Cyan7.6%
Magenta22.2%
Yellow0.0%
Key (black)43.5%
Color previews
#857090 text on a black background
contrast 4.72:1
Card sample
#857090 text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #857090;
Background color
Panel with #857090 background
background-color: #857090;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #857090;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 112, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 112, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #857090; background: linear-gradient(135deg, #857090, #907086);