#697fab
a balanced, soft blue · cool · closest name: steelblue
RGB
105, 127, 171
HSL
220°, 28%, 54%
CMYK
39, 26, 0, 33
Luminance
0.2112
Every format
| HEX | #697fab |
| RGB | rgb(105, 127, 171) |
| HSL | hsl(220, 28%, 54%) |
| CMYK | cmyk(39%, 26%, 0%, 33%) |
| LAB | lab(53.1 3.4 -25.9) |
| LCH | lch(53.1 26.1 277.4) |
| OKLCH | oklch(0.597 0.072 263.8) |
Copy-ready code
/* CSS */
color: #697fab;
background-color: #697fab;
/* Tailwind (arbitrary) */
class="text-[#697fab] bg-[#697fab]"
/* SCSS */
$brand: #697fab;
/* SwiftUI */
Color(red: 0.412, green: 0.498, blue: 0.671)
/* Android */
Color.parseColor("#697fab")Accessibility — WCAG contrast
Aa
#697fab on white: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#697fab on black: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green49.8%
Blue67.1%
CMYK percentages
Cyan38.6%
Magenta25.7%
Yellow0.0%
Key (black)32.9%
Color previews
#697fab text on a black background
contrast 5.22:1
Card sample
#697fab text on a white background
contrast 4.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #697fab;
Background color
Panel with #697fab background
background-color: #697fab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #697fab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 127, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 127, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #697fab; background: linear-gradient(135deg, #697fab, #7F69AB);