#8383a2
a balanced, muted blue · warm · closest name: gray
RGB
131, 131, 162
HSL
240°, 14%, 58%
CMYK
19, 19, 0, 37
Luminance
0.2367
Every format
| HEX | #8383a2 |
| RGB | rgb(131, 131, 162) |
| HSL | hsl(240, 14%, 58%) |
| CMYK | cmyk(19%, 19%, 0%, 37%) |
| LAB | lab(55.8 6.7 -16.4) |
| LCH | lch(55.8 17.8 292.3) |
| OKLCH | oklch(0.621 0.046 285.0) |
Copy-ready code
/* CSS */
color: #8383a2;
background-color: #8383a2;
/* Tailwind (arbitrary) */
class="text-[#8383a2] bg-[#8383a2]"
/* SCSS */
$brand: #8383a2;
/* SwiftUI */
Color(red: 0.514, green: 0.514, blue: 0.635)
/* Android */
Color.parseColor("#8383a2")Accessibility — WCAG contrast
Aa
#8383a2 on white: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8383a2 on black: 5.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green51.4%
Blue63.5%
CMYK percentages
Cyan19.1%
Magenta19.1%
Yellow0.0%
Key (black)36.5%
Color previews
#8383a2 text on a black background
contrast 5.73:1
Card sample
#8383a2 text on a white background
contrast 3.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8383a2;
Background color
Panel with #8383a2 background
background-color: #8383a2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8383a2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 131, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 131, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8383a2; background: linear-gradient(135deg, #8383a2, #9883A2);