#696baf
a balanced, soft blue · warm · closest name: steelblue
RGB
105, 107, 175
HSL
238°, 30%, 55%
CMYK
40, 39, 0, 31
Luminance
0.1661
Every format
| HEX | #696baf |
| RGB | rgb(105, 107, 175) |
| HSL | hsl(238, 30%, 55%) |
| CMYK | cmyk(40%, 39%, 0%, 31%) |
| LAB | lab(47.8 16.6 -36.5) |
| LCH | lch(47.8 40.1 294.4) |
| OKLCH | oklch(0.556 0.105 281.1) |
Copy-ready code
/* CSS */
color: #696baf;
background-color: #696baf;
/* Tailwind (arbitrary) */
class="text-[#696baf] bg-[#696baf]"
/* SCSS */
$brand: #696baf;
/* SwiftUI */
Color(red: 0.412, green: 0.420, blue: 0.686)
/* Android */
Color.parseColor("#696baf")Accessibility — WCAG contrast
Aa
#696baf on white: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#696baf on black: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green42.0%
Blue68.6%
CMYK percentages
Cyan40.0%
Magenta38.9%
Yellow0.0%
Key (black)31.4%
Color previews
#696baf text on a black background
contrast 4.32:1
Card sample
#696baf text on a white background
contrast 4.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #696baf;
Background color
Panel with #696baf background
background-color: #696baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #696baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 107, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 107, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #696baf; background: linear-gradient(135deg, #696baf, #9669AF);