#106983
a dark, electric cyan · cool · closest name: steelblue
RGB
16, 105, 131
HSL
194°, 78%, 29%
CMYK
88, 20, 0, 49
Luminance
0.1185
Every format
| HEX | #106983 |
| RGB | rgb(16, 105, 131) |
| HSL | hsl(194, 78%, 29%) |
| CMYK | cmyk(88%, 20%, 0%, 49%) |
| LAB | lab(41.0 -14.7 -21.3) |
| LCH | lch(41.0 25.9 235.4) |
| OKLCH | oklch(0.485 0.086 223.9) |
Copy-ready code
/* CSS */
color: #106983;
background-color: #106983;
/* Tailwind (arbitrary) */
class="text-[#106983] bg-[#106983]"
/* SCSS */
$brand: #106983;
/* SwiftUI */
Color(red: 0.063, green: 0.412, blue: 0.514)
/* Android */
Color.parseColor("#106983")Accessibility — WCAG contrast
Aa
#106983 on white: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#106983 on black: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green41.2%
Blue51.4%
CMYK percentages
Cyan87.8%
Magenta19.8%
Yellow0.0%
Key (black)48.6%
Color previews
#106983 text on a black background
contrast 3.37:1
Card sample
#106983 text on a white background
contrast 6.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #106983;
Background color
Panel with #106983 background
background-color: #106983;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #106983;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 105, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 105, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #106983; background: linear-gradient(135deg, #106983, #101C83);