#106989
a dark, electric cyan · cool · closest name: steelblue
RGB
16, 105, 137
HSL
196°, 79%, 30%
CMYK
88, 23, 0, 46
Luminance
0.1202
Every format
| HEX | #106989 |
| RGB | rgb(16, 105, 137) |
| HSL | hsl(196, 79%, 30%) |
| CMYK | cmyk(88%, 23%, 0%, 46%) |
| LAB | lab(41.3 -12.5 -24.5) |
| LCH | lch(41.3 27.5 243.1) |
| OKLCH | oklch(0.488 0.091 229.1) |
Copy-ready code
/* CSS */
color: #106989;
background-color: #106989;
/* Tailwind (arbitrary) */
class="text-[#106989] bg-[#106989]"
/* SCSS */
$brand: #106989;
/* SwiftUI */
Color(red: 0.063, green: 0.412, blue: 0.537)
/* Android */
Color.parseColor("#106989")Accessibility — WCAG contrast
Aa
#106989 on white: 6.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#106989 on black: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green41.2%
Blue53.7%
CMYK percentages
Cyan88.3%
Magenta23.4%
Yellow0.0%
Key (black)46.3%
Color previews
#106989 text on a black background
contrast 3.40:1
Card sample
#106989 text on a white background
contrast 6.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #106989;
Background color
Panel with #106989 background
background-color: #106989;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #106989;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 105, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 105, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #106989; background: linear-gradient(135deg, #106989, #101889);