#7387af
a balanced, soft blue · cool · closest name: steelblue
RGB
115, 135, 175
HSL
220°, 27%, 57%
CMYK
34, 23, 0, 31
Luminance
0.2407
Every format
| HEX | #7387af |
| RGB | rgb(115, 135, 175) |
| HSL | hsl(220, 27%, 57%) |
| CMYK | cmyk(34%, 23%, 0%, 31%) |
| LAB | lab(56.1 2.7 -23.4) |
| LCH | lch(56.1 23.6 276.5) |
| OKLCH | oklch(0.623 0.065 263.9) |
Copy-ready code
/* CSS */
color: #7387af;
background-color: #7387af;
/* Tailwind (arbitrary) */
class="text-[#7387af] bg-[#7387af]"
/* SCSS */
$brand: #7387af;
/* SwiftUI */
Color(red: 0.451, green: 0.529, blue: 0.686)
/* Android */
Color.parseColor("#7387af")Accessibility — WCAG contrast
Aa
#7387af on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7387af on black: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green52.9%
Blue68.6%
CMYK percentages
Cyan34.3%
Magenta22.9%
Yellow0.0%
Key (black)31.4%
Color previews
#7387af text on a black background
contrast 5.81:1
Card sample
#7387af text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7387af;
Background color
Panel with #7387af background
background-color: #7387af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7387af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 135, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 135, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7387af; background: linear-gradient(135deg, #7387af, #8773AF);