#697cb4
a balanced, soft blue · cool · closest name: steelblue
RGB
105, 124, 180
HSL
225°, 33%, 56%
CMYK
42, 31, 0, 29
Luminance
0.2071
Every format
| HEX | #697cb4 |
| RGB | rgb(105, 124, 180) |
| HSL | hsl(225, 33%, 56%) |
| CMYK | cmyk(42%, 31%, 0%, 29%) |
| LAB | lab(52.6 7.7 -31.8) |
| LCH | lch(52.6 32.7 283.6) |
| OKLCH | oklch(0.594 0.089 269.3) |
Copy-ready code
/* CSS */
color: #697cb4;
background-color: #697cb4;
/* Tailwind (arbitrary) */
class="text-[#697cb4] bg-[#697cb4]"
/* SCSS */
$brand: #697cb4;
/* SwiftUI */
Color(red: 0.412, green: 0.486, blue: 0.706)
/* Android */
Color.parseColor("#697cb4")Accessibility — WCAG contrast
Aa
#697cb4 on white: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#697cb4 on black: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green48.6%
Blue70.6%
CMYK percentages
Cyan41.7%
Magenta31.1%
Yellow0.0%
Key (black)29.4%
Color previews
#697cb4 text on a black background
contrast 5.14:1
Card sample
#697cb4 text on a white background
contrast 4.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #697cb4;
Background color
Panel with #697cb4 background
background-color: #697cb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #697cb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 124, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 124, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #697cb4; background: linear-gradient(135deg, #697cb4, #8869B4);