#106984
a dark, electric cyan · cool · closest name: steelblue
RGB
16, 105, 132
HSL
194°, 78%, 29%
CMYK
88, 21, 0, 48
Luminance
0.1188
Every format
| HEX | #106984 |
| RGB | rgb(16, 105, 132) |
| HSL | hsl(194, 78%, 29%) |
| CMYK | cmyk(88%, 21%, 0%, 48%) |
| LAB | lab(41.0 -14.3 -21.9) |
| LCH | lch(41.0 26.1 236.8) |
| OKLCH | oklch(0.486 0.087 224.8) |
Copy-ready code
/* CSS */
color: #106984;
background-color: #106984;
/* Tailwind (arbitrary) */
class="text-[#106984] bg-[#106984]"
/* SCSS */
$brand: #106984;
/* SwiftUI */
Color(red: 0.063, green: 0.412, blue: 0.518)
/* Android */
Color.parseColor("#106984")Accessibility — WCAG contrast
Aa
#106984 on white: 6.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#106984 on black: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green41.2%
Blue51.8%
CMYK percentages
Cyan87.9%
Magenta20.5%
Yellow0.0%
Key (black)48.2%
Color previews
#106984 text on a black background
contrast 3.38:1
Card sample
#106984 text on a white background
contrast 6.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #106984;
Background color
Panel with #106984 background
background-color: #106984;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #106984;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 105, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 105, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #106984; background: linear-gradient(135deg, #106984, #101C84);