#7b8eb5
a balanced, soft blue · cool · closest name: steelblue
RGB
123, 142, 181
HSL
220°, 28%, 60%
CMYK
32, 22, 0, 29
Luminance
0.2689
Every format
| HEX | #7b8eb5 |
| RGB | rgb(123, 142, 181) |
| HSL | hsl(220, 28%, 60%) |
| CMYK | cmyk(32%, 22%, 0%, 29%) |
| LAB | lab(58.9 2.6 -22.6) |
| LCH | lch(58.9 22.8 276.5) |
| OKLCH | oklch(0.646 0.063 264.4) |
Copy-ready code
/* CSS */
color: #7b8eb5;
background-color: #7b8eb5;
/* Tailwind (arbitrary) */
class="text-[#7b8eb5] bg-[#7b8eb5]"
/* SCSS */
$brand: #7b8eb5;
/* SwiftUI */
Color(red: 0.482, green: 0.557, blue: 0.710)
/* Android */
Color.parseColor("#7b8eb5")Accessibility — WCAG contrast
Aa
#7b8eb5 on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7b8eb5 on black: 6.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green55.7%
Blue71.0%
CMYK percentages
Cyan32.0%
Magenta21.5%
Yellow0.0%
Key (black)29.0%
Color previews
#7b8eb5 text on a black background
contrast 6.38:1
Card sample
#7b8eb5 text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7b8eb5;
Background color
Panel with #7b8eb5 background
background-color: #7b8eb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7b8eb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 142, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 142, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7b8eb5; background: linear-gradient(135deg, #7b8eb5, #8F7BB5);