#697abf
a balanced, soft blue · warm · closest name: steelblue
RGB
105, 122, 191
HSL
228°, 40%, 58%
CMYK
45, 36, 0, 25
Luminance
0.2068
Every format
| HEX | #697abf |
| RGB | rgb(105, 122, 191) |
| HSL | hsl(228, 40%, 58%) |
| CMYK | cmyk(45%, 36%, 0%, 25%) |
| LAB | lab(52.6 12.2 -38.2) |
| LCH | lch(52.6 40.0 287.7) |
| OKLCH | oklch(0.596 0.107 272.3) |
Copy-ready code
/* CSS */
color: #697abf;
background-color: #697abf;
/* Tailwind (arbitrary) */
class="text-[#697abf] bg-[#697abf]"
/* SCSS */
$brand: #697abf;
/* SwiftUI */
Color(red: 0.412, green: 0.478, blue: 0.749)
/* Android */
Color.parseColor("#697abf")Accessibility — WCAG contrast
Aa
#697abf on white: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#697abf on black: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green47.8%
Blue74.9%
CMYK percentages
Cyan45.0%
Magenta36.1%
Yellow0.0%
Key (black)25.1%
Color previews
#697abf text on a black background
contrast 5.14:1
Card sample
#697abf text on a white background
contrast 4.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #697abf;
Background color
Panel with #697abf background
background-color: #697abf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #697abf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 122, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 122, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #697abf; background: linear-gradient(135deg, #697abf, #9169BF);