#7b91af
a balanced, soft blue · cool · closest name: steelblue
RGB
123, 145, 175
HSL
215°, 25%, 58%
CMYK
30, 17, 0, 31
Luminance
0.2756
Every format
| HEX | #7b91af |
| RGB | rgb(123, 145, 175) |
| HSL | hsl(215, 25%, 58%) |
| CMYK | cmyk(30%, 17%, 0%, 31%) |
| LAB | lab(59.5 -0.7 -18.3) |
| LCH | lch(59.5 18.3 267.9) |
| OKLCH | oklch(0.650 0.052 256.2) |
Copy-ready code
/* CSS */
color: #7b91af;
background-color: #7b91af;
/* Tailwind (arbitrary) */
class="text-[#7b91af] bg-[#7b91af]"
/* SCSS */
$brand: #7b91af;
/* SwiftUI */
Color(red: 0.482, green: 0.569, blue: 0.686)
/* Android */
Color.parseColor("#7b91af")Accessibility — WCAG contrast
Aa
#7b91af on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7b91af on black: 6.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green56.9%
Blue68.6%
CMYK percentages
Cyan29.7%
Magenta17.1%
Yellow0.0%
Key (black)31.4%
Color previews
#7b91af text on a black background
contrast 6.51:1
Card sample
#7b91af text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7b91af;
Background color
Panel with #7b91af background
background-color: #7b91af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7b91af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 145, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 145, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7b91af; background: linear-gradient(135deg, #7b91af, #887BAF);