#696fba
a balanced, soft blue · warm · closest name: steelblue
RGB
105, 111, 186
HSL
236°, 37%, 57%
CMYK
44, 40, 0, 27
Luminance
0.1792
Every format
| HEX | #696fba |
| RGB | rgb(105, 111, 186) |
| HSL | hsl(236, 37%, 57%) |
| CMYK | cmyk(44%, 40%, 0%, 27%) |
| LAB | lab(49.4 17.4 -40.3) |
| LCH | lch(49.4 43.9 293.3) |
| OKLCH | oklch(0.570 0.115 278.6) |
Copy-ready code
/* CSS */
color: #696fba;
background-color: #696fba;
/* Tailwind (arbitrary) */
class="text-[#696fba] bg-[#696fba]"
/* SCSS */
$brand: #696fba;
/* SwiftUI */
Color(red: 0.412, green: 0.435, blue: 0.729)
/* Android */
Color.parseColor("#696fba")Accessibility — WCAG contrast
Aa
#696fba on white: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#696fba on black: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green43.5%
Blue72.9%
CMYK percentages
Cyan43.5%
Magenta40.3%
Yellow0.0%
Key (black)27.1%
Color previews
#696fba text on a black background
contrast 4.58:1
Card sample
#696fba text on a white background
contrast 4.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #696fba;
Background color
Panel with #696fba background
background-color: #696fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #696fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 111, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 111, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #696fba; background: linear-gradient(135deg, #696fba, #9969BA);