#106977
a dark, electric cyan · cool · closest name: teal
RGB
16, 105, 119
HSL
188°, 76%, 27%
CMYK
87, 12, 0, 53
Luminance
0.1155
Every format
| HEX | #106977 |
| RGB | rgb(16, 105, 119) |
| HSL | hsl(188, 76%, 27%) |
| CMYK | cmyk(87%, 12%, 0%, 53%) |
| LAB | lab(40.5 -19.0 -14.8) |
| LCH | lch(40.5 24.1 217.9) |
| OKLCH | oklch(0.479 0.079 211.5) |
Copy-ready code
/* CSS */
color: #106977;
background-color: #106977;
/* Tailwind (arbitrary) */
class="text-[#106977] bg-[#106977]"
/* SCSS */
$brand: #106977;
/* SwiftUI */
Color(red: 0.063, green: 0.412, blue: 0.467)
/* Android */
Color.parseColor("#106977")Accessibility — WCAG contrast
Aa
#106977 on white: 6.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#106977 on black: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green41.2%
Blue46.7%
CMYK percentages
Cyan86.6%
Magenta11.8%
Yellow0.0%
Key (black)53.3%
Color previews
#106977 text on a black background
contrast 3.31:1
Card sample
#106977 text on a white background
contrast 6.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #106977;
Background color
Panel with #106977 background
background-color: #106977;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #106977;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 105, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 105, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #106977; background: linear-gradient(135deg, #106977, #102477);