#7b93af
a balanced, soft blue · cool · closest name: steelblue
RGB
123, 147, 175
HSL
212°, 25%, 58%
CMYK
30, 16, 0, 31
Luminance
0.2817
Every format
| HEX | #7b93af |
| RGB | rgb(123, 147, 175) |
| HSL | hsl(212, 25%, 58%) |
| CMYK | cmyk(30%, 16%, 0%, 31%) |
| LAB | lab(60.0 -1.8 -17.4) |
| LCH | lch(60.0 17.5 264.1) |
| OKLCH | oklch(0.655 0.050 252.5) |
Copy-ready code
/* CSS */
color: #7b93af;
background-color: #7b93af;
/* Tailwind (arbitrary) */
class="text-[#7b93af] bg-[#7b93af]"
/* SCSS */
$brand: #7b93af;
/* SwiftUI */
Color(red: 0.482, green: 0.576, blue: 0.686)
/* Android */
Color.parseColor("#7b93af")Accessibility — WCAG contrast
Aa
#7b93af on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7b93af on black: 6.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green57.6%
Blue68.6%
CMYK percentages
Cyan29.7%
Magenta16.0%
Yellow0.0%
Key (black)31.4%
Color previews
#7b93af text on a black background
contrast 6.63:1
Card sample
#7b93af text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7b93af;
Background color
Panel with #7b93af background
background-color: #7b93af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7b93af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 147, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 147, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7b93af; background: linear-gradient(135deg, #7b93af, #867BAF);