#7397b5
a balanced, soft blue · cool · closest name: steelblue
RGB
115, 151, 181
HSL
207°, 31%, 58%
CMYK
37, 17, 0, 29
Luminance
0.2911
Every format
| HEX | #7397b5 |
| RGB | rgb(115, 151, 181) |
| HSL | hsl(207, 31%, 58%) |
| CMYK | cmyk(37%, 17%, 0%, 29%) |
| LAB | lab(60.9 -4.8 -19.6) |
| LCH | lch(60.9 20.2 256.1) |
| OKLCH | oklch(0.661 0.060 244.0) |
Copy-ready code
/* CSS */
color: #7397b5;
background-color: #7397b5;
/* Tailwind (arbitrary) */
class="text-[#7397b5] bg-[#7397b5]"
/* SCSS */
$brand: #7397b5;
/* SwiftUI */
Color(red: 0.451, green: 0.592, blue: 0.710)
/* Android */
Color.parseColor("#7397b5")Accessibility — WCAG contrast
Aa
#7397b5 on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7397b5 on black: 6.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green59.2%
Blue71.0%
CMYK percentages
Cyan36.5%
Magenta16.6%
Yellow0.0%
Key (black)29.0%
Color previews
#7397b5 text on a black background
contrast 6.82:1
Card sample
#7397b5 text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7397b5;
Background color
Panel with #7397b5 background
background-color: #7397b5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7397b5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 151, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 151, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7397b5; background: linear-gradient(135deg, #7397b5, #7B73B5);