#697fbc
a balanced, soft blue · cool · closest name: steelblue
RGB
105, 127, 188
HSL
224°, 38%, 58%
CMYK
44, 32, 0, 26
Luminance
0.2181
Every format
| HEX | #697fbc |
| RGB | rgb(105, 127, 188) |
| HSL | hsl(224, 38%, 58%) |
| CMYK | cmyk(44%, 32%, 0%, 26%) |
| LAB | lab(53.8 8.3 -34.5) |
| LCH | lch(53.8 35.5 283.5) |
| OKLCH | oklch(0.605 0.097 268.3) |
Copy-ready code
/* CSS */
color: #697fbc;
background-color: #697fbc;
/* Tailwind (arbitrary) */
class="text-[#697fbc] bg-[#697fbc]"
/* SCSS */
$brand: #697fbc;
/* SwiftUI */
Color(red: 0.412, green: 0.498, blue: 0.737)
/* Android */
Color.parseColor("#697fbc")Accessibility — WCAG contrast
Aa
#697fbc on white: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#697fbc on black: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green49.8%
Blue73.7%
CMYK percentages
Cyan44.1%
Magenta32.4%
Yellow0.0%
Key (black)26.3%
Color previews
#697fbc text on a black background
contrast 5.36:1
Card sample
#697fbc text on a white background
contrast 3.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #697fbc;
Background color
Panel with #697fbc background
background-color: #697fbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #697fbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 127, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 127, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #697fbc; background: linear-gradient(135deg, #697fbc, #8A69BC);