#8395af
a balanced, soft blue · cool · closest name: gray
RGB
131, 149, 175
HSL
216°, 22%, 60%
CMYK
25, 15, 0, 31
Luminance
0.2942
Every format
| HEX | #8395af |
| RGB | rgb(131, 149, 175) |
| HSL | hsl(216, 22%, 60%) |
| CMYK | cmyk(25%, 15%, 0%, 31%) |
| LAB | lab(61.1 -0.5 -15.7) |
| LCH | lch(61.1 15.7 268.4) |
| OKLCH | oklch(0.665 0.044 257.5) |
Copy-ready code
/* CSS */
color: #8395af;
background-color: #8395af;
/* Tailwind (arbitrary) */
class="text-[#8395af] bg-[#8395af]"
/* SCSS */
$brand: #8395af;
/* SwiftUI */
Color(red: 0.514, green: 0.584, blue: 0.686)
/* Android */
Color.parseColor("#8395af")Accessibility — WCAG contrast
Aa
#8395af on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8395af on black: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green58.4%
Blue68.6%
CMYK percentages
Cyan25.1%
Magenta14.9%
Yellow0.0%
Key (black)31.4%
Color previews
#8395af text on a black background
contrast 6.88:1
Card sample
#8395af text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8395af;
Background color
Panel with #8395af background
background-color: #8395af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8395af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 149, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 149, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8395af; background: linear-gradient(135deg, #8395af, #8E83AF);