#106986
a dark, electric cyan · cool · closest name: steelblue
RGB
16, 105, 134
HSL
195°, 79%, 29%
CMYK
88, 22, 0, 48
Luminance
0.1193
Every format
| HEX | #106986 |
| RGB | rgb(16, 105, 134) |
| HSL | hsl(195, 79%, 29%) |
| CMYK | cmyk(88%, 22%, 0%, 48%) |
| LAB | lab(41.1 -13.6 -22.9) |
| LCH | lch(41.1 26.6 239.4) |
| OKLCH | oklch(0.487 0.089 226.5) |
Copy-ready code
/* CSS */
color: #106986;
background-color: #106986;
/* Tailwind (arbitrary) */
class="text-[#106986] bg-[#106986]"
/* SCSS */
$brand: #106986;
/* SwiftUI */
Color(red: 0.063, green: 0.412, blue: 0.525)
/* Android */
Color.parseColor("#106986")Accessibility — WCAG contrast
Aa
#106986 on white: 6.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#106986 on black: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green41.2%
Blue52.5%
CMYK percentages
Cyan88.1%
Magenta21.6%
Yellow0.0%
Key (black)47.5%
Color previews
#106986 text on a black background
contrast 3.39:1
Card sample
#106986 text on a white background
contrast 6.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #106986;
Background color
Panel with #106986 background
background-color: #106986;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #106986;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 105, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 105, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #106986; background: linear-gradient(135deg, #106986, #101A86);