#697f98
a balanced, soft blue · cool · closest name: gray
RGB
105, 127, 152
HSL
212°, 19%, 50%
CMYK
31, 16, 0, 40
Luminance
0.2045
Every format
| HEX | #697f98 |
| RGB | rgb(105, 127, 152) |
| HSL | hsl(212, 19%, 50%) |
| CMYK | cmyk(31%, 16%, 0%, 40%) |
| LAB | lab(52.3 -1.8 -16.0) |
| LCH | lch(52.3 16.1 263.6) |
| OKLCH | oklch(0.588 0.046 251.9) |
Copy-ready code
/* CSS */
color: #697f98;
background-color: #697f98;
/* Tailwind (arbitrary) */
class="text-[#697f98] bg-[#697f98]"
/* SCSS */
$brand: #697f98;
/* SwiftUI */
Color(red: 0.412, green: 0.498, blue: 0.596)
/* Android */
Color.parseColor("#697f98")Accessibility — WCAG contrast
Aa
#697f98 on white: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#697f98 on black: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green49.8%
Blue59.6%
CMYK percentages
Cyan30.9%
Magenta16.4%
Yellow0.0%
Key (black)40.4%
Color previews
#697f98 text on a black background
contrast 5.09:1
Card sample
#697f98 text on a white background
contrast 4.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #697f98;
Background color
Panel with #697f98 background
background-color: #697f98;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #697f98;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 127, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 127, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #697f98; background: linear-gradient(135deg, #697f98, #726998);