#9397b0
a balanced, soft blue · warm · closest name: gray
RGB
147, 151, 176
HSL
232°, 16%, 63%
CMYK
17, 14, 0, 31
Luminance
0.3147
Every format
| HEX | #9397b0 |
| RGB | rgb(147, 151, 176) |
| HSL | hsl(232, 16%, 63%) |
| CMYK | cmyk(17%, 14%, 0%, 31%) |
| LAB | lab(62.9 3.8 -13.5) |
| LCH | lch(62.9 14.0 285.8) |
| OKLCH | oklch(0.682 0.037 278.2) |
Copy-ready code
/* CSS */
color: #9397b0;
background-color: #9397b0;
/* Tailwind (arbitrary) */
class="text-[#9397b0] bg-[#9397b0]"
/* SCSS */
$brand: #9397b0;
/* SwiftUI */
Color(red: 0.576, green: 0.592, blue: 0.690)
/* Android */
Color.parseColor("#9397b0")Accessibility — WCAG contrast
Aa
#9397b0 on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9397b0 on black: 7.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green59.2%
Blue69.0%
CMYK percentages
Cyan16.5%
Magenta14.2%
Yellow0.0%
Key (black)31.0%
Color previews
#9397b0 text on a black background
contrast 7.29:1
Card sample
#9397b0 text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9397b0;
Background color
Panel with #9397b0 background
background-color: #9397b0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9397b0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 151, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 151, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9397b0; background: linear-gradient(135deg, #9397b0, #A293B0);