#698ba2
a balanced, soft blue · cool · closest name: steelblue
RGB
105, 139, 162
HSL
204°, 24%, 52%
CMYK
35, 14, 0, 37
Luminance
0.2408
Every format
| HEX | #698ba2 |
| RGB | rgb(105, 139, 162) |
| HSL | hsl(204, 24%, 52%) |
| CMYK | cmyk(35%, 14%, 0%, 37%) |
| LAB | lab(56.2 -6.0 -16.0) |
| LCH | lch(56.2 17.1 249.3) |
| OKLCH | oklch(0.620 0.052 238.3) |
Copy-ready code
/* CSS */
color: #698ba2;
background-color: #698ba2;
/* Tailwind (arbitrary) */
class="text-[#698ba2] bg-[#698ba2]"
/* SCSS */
$brand: #698ba2;
/* SwiftUI */
Color(red: 0.412, green: 0.545, blue: 0.635)
/* Android */
Color.parseColor("#698ba2")Accessibility — WCAG contrast
Aa
#698ba2 on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#698ba2 on black: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green54.5%
Blue63.5%
CMYK percentages
Cyan35.2%
Magenta14.2%
Yellow0.0%
Key (black)36.5%
Color previews
#698ba2 text on a black background
contrast 5.82:1
Card sample
#698ba2 text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #698ba2;
Background color
Panel with #698ba2 background
background-color: #698ba2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #698ba2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 139, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 139, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #698ba2; background: linear-gradient(135deg, #698ba2, #6D69A2);