#8397b2
a balanced, soft blue · cool · closest name: gray
RGB
131, 151, 178
HSL
215°, 23%, 61%
CMYK
26, 15, 0, 30
Luminance
0.3017
Every format
| HEX | #8397b2 |
| RGB | rgb(131, 151, 178) |
| HSL | hsl(215, 23%, 61%) |
| CMYK | cmyk(26%, 15%, 0%, 30%) |
| LAB | lab(61.8 -0.8 -16.4) |
| LCH | lch(61.8 16.4 267.0) |
| OKLCH | oklch(0.670 0.046 256.0) |
Copy-ready code
/* CSS */
color: #8397b2;
background-color: #8397b2;
/* Tailwind (arbitrary) */
class="text-[#8397b2] bg-[#8397b2]"
/* SCSS */
$brand: #8397b2;
/* SwiftUI */
Color(red: 0.514, green: 0.592, blue: 0.698)
/* Android */
Color.parseColor("#8397b2")Accessibility — WCAG contrast
Aa
#8397b2 on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8397b2 on black: 7.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green59.2%
Blue69.8%
CMYK percentages
Cyan26.4%
Magenta15.2%
Yellow0.0%
Key (black)30.2%
Color previews
#8397b2 text on a black background
contrast 7.03:1
Card sample
#8397b2 text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8397b2;
Background color
Panel with #8397b2 background
background-color: #8397b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8397b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 151, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 151, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8397b2; background: linear-gradient(135deg, #8397b2, #8E83B2);