#697aab
a balanced, soft blue · cool · closest name: steelblue
RGB
105, 122, 171
HSL
225°, 28%, 54%
CMYK
39, 29, 0, 33
Luminance
0.1986
Every format
| HEX | #697aab |
| RGB | rgb(105, 122, 171) |
| HSL | hsl(225, 28%, 54%) |
| CMYK | cmyk(39%, 29%, 0%, 33%) |
| LAB | lab(51.7 6.3 -28.1) |
| LCH | lch(51.7 28.8 282.7) |
| OKLCH | oklch(0.586 0.078 269.2) |
Copy-ready code
/* CSS */
color: #697aab;
background-color: #697aab;
/* Tailwind (arbitrary) */
class="text-[#697aab] bg-[#697aab]"
/* SCSS */
$brand: #697aab;
/* SwiftUI */
Color(red: 0.412, green: 0.478, blue: 0.671)
/* Android */
Color.parseColor("#697aab")Accessibility — WCAG contrast
Aa
#697aab on white: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#697aab on black: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green47.8%
Blue67.1%
CMYK percentages
Cyan38.6%
Magenta28.7%
Yellow0.0%
Key (black)32.9%
Color previews
#697aab text on a black background
contrast 4.97:1
Card sample
#697aab text on a white background
contrast 4.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #697aab;
Background color
Panel with #697aab background
background-color: #697aab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #697aab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 122, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 122, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #697aab; background: linear-gradient(135deg, #697aab, #8469AB);