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